distributed-database

What node does Cassandra store data on?

倾然丶 夕夏残阳落幕 提交于 2019-12-01 18:29:57
Is there a command or any way at all to know what data is stored on what nodes of Cassandra? Im pretty new to Cassandra and haven't had much luck googling this question. Thanks! You can get Cassandra to tell you which node(s) a particular key is on with nodetool getendpoints . $ nodetool getendpoints mykeyspace tbl '8546200' 192.168.73.188 192.168.73.190 I don't know if that's what you're looking for or not. AFAIK there isn't a way to flat-out query the responsible nodes for all rows in a table or keyspace. But as Blake pointed out, your application doesn't really need to worry about that. If

Amazon DynamoDB Conditional Writes and Atomic Counters

落花浮王杯 提交于 2019-11-30 03:00:56
问题 The application im working on currently requires me to increment an attribute belonging to an item in DynamoDB many times in a 20 to 30 minute period. I've been doing some additional reading about DynamoDBs conditional writes and atomic counters Atomic Counters in dynamo seems like a logical choice for what I need but I do worry about the consistency of the data especially across a distributed database like dynamo and issues accuracy of my data. I'm expecting the API to get hammered at peak

What scalability problems have you encountered using a NoSQL data store? [closed]

核能气质少年 提交于 2019-11-27 16:33:26
NoSQL refers to non-relational data stores that break with the history of relational databases and ACID guarantees. Popular open source NoSQL data stores include: Cassandra (tabular, written in Java, used by Cisco, WebEx, Digg, Facebook, IBM, Mahalo, Rackspace, Reddit and Twitter) CouchDB (document, written in Erlang, used by BBC and Engine Yard) Dynomite (key-value, written in Erlang, used by Powerset) HBase (key-value, written in Java, used by Bing) Hypertable (tabular, written in C++, used by Baidu) Kai (key-value, written in Erlang) MemcacheDB (key-value, written in C, used by Reddit)

What scalability problems have you encountered using a NoSQL data store? [closed]

房东的猫 提交于 2019-11-27 04:09:16
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 10 months ago . NoSQL refers to non-relational data stores that break with the history of relational databases and ACID guarantees. Popular open source NoSQL data stores include: Cassandra (tabular, written in Java, used by Cisco, WebEx, Digg, Facebook, IBM, Mahalo, Rackspace, Reddit and