MongoDB and DataStax, In the Rearview Mirror
blog.couchbase.com
MongoDB and DataStax, In the Rearview Mirror
1–10 of 55 posts
Re: MongoDB and DataStax, In the Rearview Mirror
#2Re: MongoDB and DataStax, In the Rearview Mirror
#3http://www.datastax.com/doc-source/developer/java-apidocs/co...
Re: MongoDB and DataStax, In the Rearview Mirror
#4Why no units on the plots?
Re: MongoDB and DataStax, In the Rearview Mirror
#5- Completely opaque administration. The company charges for support ($5k per production node per year!), so perhaps unsurprisingly the log output is unreadable (similar to a binary stacktrace). Forget about diagnosing cluster issues on your own.
- Bizarre failover behavior. In every test scenario I've tried, if any single node goes down my application becomes unresponsive (even if it can see other nodes that are up). This could be a problem with the .NET driver, but it's hard to tell.
- Weird performance. Usually Couchbase is fast, but sometimes my application will go into what looks like a busywait loop and consume 100% CPU while trying to contact the Couchbase cluster. Again, possibly (probably?) a driver issue, but it makes me hate dealing with Couchbase.
- Ten bucket limit. Ostensibly for performance reasons, but cannot be over-ridden. Even if I'm running a non-production cluster where performance isn't critical.
At this point we're looking at switching to Redis. At least it's widely used and easier to administer.
Re: MongoDB and DataStax, In the Rearview Mirror
#6Re: MongoDB and DataStax, In the Rearview Mirror
#7Re: MongoDB and DataStax, In the Rearview Mirror
#8Does anyone know if Couchbase can be used as a TB sized data warehouse? Seems a bit difficult since it seems all keys must be stored in memory.
http://www.couchbase.com/liveperson http://www.couchbase.com/paypal
Re: MongoDB and DataStax, In the Rearview Mirror
#9(Update: the Couchbase pdf says that they used "the fastest consistency and durability modes available for the particular database" as cover for benchmarking different things... but even that wasn't done right; no mention is made of setting durable_writes=false in Cassandra.)
Re: MongoDB and DataStax, In the Rearview Mirror
#10So if the benchmark's about data being served from RAM, how come Redis isn't a part of it? #onlyasking