Top "Nosql" questions

NoSQL (sometimes expanded to "not only SQL") is a broad class of database management systems that differ from the classic model of the relational database management system (RDBMS) in some significant ways.

How to configure cassandra for remote connection

I am trying to configure Cassandra Datastax Community Edition for remote connection on windows, Cassandra Server is installed on a …

cassandra cqlsh cassandra-cli nosql
How do you track record relations in NoSQL?

I am trying to figure out the equivalent of foreign keys and indexes in NoSQL KVP or Document databases. Since …

nosql database-relations
A timeout occured after 30000ms selecting a server using CompositeServerSelector

I try to deploy my Mongo database in Mongolabs, everything works fine, and I create a new database. Please see …

c# mongodb replication mlab nosql
MongoDB vs. Redis vs. Cassandra for a fast-write, temporary row storage solution

I'm building a system that tracks and verifies ad impressions and clicks. This means that there are a lot of …

mongodb cassandra redis nosql
High Performance DB for Fast Read and Fast Write. No Update or Delete

I am looking for the database/mechanism to store the data where I can write the data and read the …

performance aerospike database nosql
Equivalent of ERD for MongoDB?

What would be the equivalent of ERD for a NoSQL database such as MongoDB?

mongodb erd nosql
Large scale data processing Hbase vs Cassandra

I am nearly landed at Cassandra after my research on large scale data storage solutions. But its generally said that …

nosql hadoop cassandra hbase data-processing
MongoDB with redis

Can anyone give example use cases of when you would benefit from using Redis and MongoDB in conjunction with each …

mongodb redis nosql
Unique IDs with mongodb

If I were building a blog I could use the blog title as the unique identifier and parse it through …

mongodb uniqueidentifier nosql
What does "Document-oriented" vs. Key-Value mean when talking about MongoDB vs Cassandra?

What does going with a document based NoSQL option buy you over a KV store, and vice-versa?

mongodb cassandra nosql