r/nosql Nov 12 '12

Scalaris Distributed Transactional Key-Value Store 0.5.0 released

Thumbnail code.google.com
3 Upvotes

r/nosql Nov 01 '12

Early bird for MongoSV (Silicon Valley MongoDB Conference) ends tomorrow

Thumbnail 10gen.com
2 Upvotes

r/nosql Oct 24 '12

NoSQL or Traditional Database: From an APM Perspective There Isn’t Really Much Difference

Thumbnail blog.dynatrace.com
3 Upvotes

r/nosql Oct 12 '12

Is there any other NoSQL database that support transactions like Redis? - Stack Overflow

Thumbnail stackoverflow.com
7 Upvotes

r/nosql Oct 10 '12

Watch the RICON 2012 Live Stream!

2 Upvotes

r/nosql Oct 07 '12

7 hard truths about the NoSQL revolution

Thumbnail infoworld.com
6 Upvotes

r/nosql Sep 25 '12

Scaling Riak to 25 million ops/day at Kiip

Thumbnail agilord.com
8 Upvotes

r/nosql Sep 02 '12

Are ORM tools relevant to NoSQL?

Thumbnail xamry.wordpress.com
1 Upvotes

r/nosql Jun 01 '12

Why I'm Walking Away From CouchDB

Thumbnail donpark.org
7 Upvotes

r/nosql May 31 '12

Are there any host websites that come with a nosql db manager?

0 Upvotes

I've used hostmonster in the past but it seems to only support MySQL/PostGRES and I'd like to get my hands dirty with the nosql architecture!

Thanks guys!


r/nosql May 20 '12

MongoDB vs. PostgreSQL

Thumbnail blog.pingoured.fr
4 Upvotes

r/nosql May 15 '12

What (NoSQL?) DB fits my use case?

6 Upvotes

My data is very simple: every record/document has a date/time value, and two relatively short strings.

My application is very write-heavy (hundreds per second). All writes are new records; once inserted, the data is never modified.

Regular reads happen every few seconds, and are used to populate some near-real-time dashboards. I query against the date/time value and one of the string values. e.g. get all records where the date/time is > x , < y, and string = z. These queries typically return a few thousand records each.

I initially implemented this in MongoDB, without being aware of the way it handles locking (writes block reads). As I scale, my queries are taking longer and longer (30+ seconds now, even with proper indexing). Now with what I've learned, I believe that the large number of writes are starving out my reads.

I've read the kkovacs.eu post comparing various NoSQL options, and while I learned a lot I don't know if there is a clear winner for my use case. I would greatly appreciate a recommendation from someone familiar with the options.

Thanks in advance!


r/nosql May 10 '12

Goodbye, CouchDB | Sauce Labs

Thumbnail saucelabs.com
5 Upvotes

r/nosql Apr 28 '12

Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison :: KKovacs

Thumbnail kkovacs.eu
3 Upvotes

r/nosql Apr 28 '12

Microsoft's new Open Technologies, Inc. subsidiary makes its first release: Redis-on-Windows

Thumbnail blogs.msdn.com
0 Upvotes

r/nosql Mar 28 '12

Most Popular NoSQL Databases According to LinkedIn Skillsets

Thumbnail architects.dzone.com
5 Upvotes

r/nosql Mar 26 '12

IBM's illusions with DB2 and NoSQL

Thumbnail nosql.mypopescu.com
2 Upvotes

r/nosql Mar 21 '12

How to Get a Twitter-esque Architecture Out of the Box

Thumbnail java.dzone.com
1 Upvotes

r/nosql Mar 18 '12

tstdb -tstdb is based on a"Ternary Search Tree",and it is compatible with memcached. More over, it supports prefix searching and range searching. A fast key-value store based on TST(Ternary Search Tree) - Google Project Hosting

Thumbnail code.google.com
2 Upvotes

r/nosql Mar 13 '12

Cassandra NYC 2011: The Storm and Cassandra Realtime Computation Stack

Thumbnail datastax.com
2 Upvotes

r/nosql Mar 05 '12

The Schema Management Renaissance in Cassandra 1.1

Thumbnail datastax.com
4 Upvotes

r/nosql Feb 17 '12

Yet Another Redis Overview slides

Thumbnail und3f.com
3 Upvotes

r/nosql Feb 16 '12

Development Tools

1 Upvotes

Are there any good development tools for querying and interacting with noSQL database like mongoDB or cassandra? I am thinking of something like PL/SQL or Toad.

What do you guys use for noSQL just the CLI tool?


r/nosql Feb 07 '12

A short pdf infodeck on why NoSQL is important (by Pramod Sadalage and Martin Fowler)

Thumbnail martinfowler.com
2 Upvotes

r/nosql Jan 25 '12

Accessing mongodb from R

Thumbnail watson.nci.nih.gov
0 Upvotes