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.
17
votes
5answers
5k views
MySQL and NoSQL: Help me to choose the right one
There is a big database, 1,000,000,000 rows, called threads (these threads actually exist, I'm not making things harder just because of I enjoy it). Threads has only a few stuff in it, to make things ...
294
votes
14answers
56k views
What NoSQL solutions are out there for .NET? [closed]
What NoSQL solutions are out there for .NET?
Which have the best integration with C#?
Which integrate with LINQ?
Also which would be easiest to integrate into an application?
46
votes
8answers
6k views
The Next-gen Databases
I'm learning traditional Relational Databases (with PostgreSQL) and doing some research I've come across some new types of databases. CouchDB, Drizzle, and Scalaris to name a few, what is going to be ...
36
votes
6answers
17k views
Pros/cons of document-based databases vs. relational databases
I've been trying to see if I can accomplish some requirements with a document based database, in this case CouchDB. Two generic requirements:
CRUD of entities with some fields which have unique ...
28
votes
3answers
17k views
NoSql vs Relational database
Recently NoSQL get popular. I want to know what's the edge of the NoSQL over traditional RDBMS.
70
votes
6answers
21k views
What is NoSQL, how does it work, and what benefits does it provide?
I've been hearing things about NoSQL and that it may eventually become the replacement for SQL DB storage methods due to the fact that DB interaction is often a bottle neck for speed on the web.
So I ...
2
votes
2answers
857 views
Is nosql Database good for Online Money Transaction management
I am planning to use nosql Database as the back-end for my Web Product. I have a few very basic doubts.
1) I have read in a blog that Nosql database are not so good for Online Money Transaction i.e. ...
65
votes
6answers
8k views
Use cases for NoSQL
NoSQL has been getting a lot of attention in our industry recently. I'm really interested in what peoples thoughts are on the best use-cases for its use over relational database storage. What should ...
15
votes
10answers
9k views
Full-text search in NoSQL databases
Has anyone here have any experience deploying a real online system that had a full text search in any of the NoSQL databases?
For example, how does the full-text search compare in MongoDB, Riak and ...
89
votes
5answers
11k views
Non-Relational Database Design
I'm interested in hearing about design strategies you have used with non-relational "nosql" databases - that is, the (mostly new) class of data stores that don't use traditional relational design or ...
147
votes
12answers
10k views
What scalability problems have you encountered using a NoSQL data store?
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 ...
39
votes
7answers
8k views
Best data store for billions of rows
I need to be able to store small bits of data (approximately 50-75 bytes) for billions of records (~3 billion/month for a year).
The only requirement is fast inserts and fast lookups for all records ...
28
votes
16answers
12k views
Is there any NoSQL that is ACID compliant?
Is there any NoSQL that is ACID compliant?
(Or is that even possible with NoSQL given it's just a bunch of loosely coupled key-value pairs.)
13
votes
1answer
5k views
Filtering embedded documents in MongoDB
I am having trouble grasping how to filter embedded documents in MongoDB, and am starting to think I should be using a relational association, but that feels wrong in the document-store context.
...
95
votes
6answers
16k views
NoSQL (MongoDB) vs Lucene (or Solr) as your database
With the NoSQL movement growing based on document-based databases, I've looked at MongoDB lately. I have noticed a striking similarity with how to treat items as "Documents", just like Lucene does ...
50
votes
5answers
11k views
Can I do transactions and locks in CouchDB?
I need to do transactions (begin, commit or rollback), locks (select for update).
How can I do it in a document model db?
Edit:
The case is this:
I want to run an auctions site.
And I think how to ...
46
votes
7answers
20k views
Suggest a simple NoSQL database for java project [closed]
I am developing a simple internal use application with an intended user base of around 100 people. The application does a lot of reads and very few writes. The dataset size is fairly small and we do ...
8
votes
5answers
6k views
Storing images in NoSQL stores
Our application will be serving a large number of small, thumbnail-size images (about 6-12KB in size) through HTTP. I've been asked to investigate whether using a NoSQL data store is a viable solution ...
20
votes
2answers
3k views
Real alternatives to Windows Azure PaaS (web role)? [closed]
I am looking for alternatives to the Windows Azure PaaS (Platform as a Service) offering, meeting the following requirements:
The platform should provide high availability and scalability.
The ...
53
votes
8answers
15k views
Is there any NoSql database as simple as SQLite?
Is there any NoSql database as simple as SQLite? I'm looking for a lightweight database to persist a small set of data for a simple desktop application. I still can use SQLite but prefer a more OO ...
17
votes
10answers
6k views
Embedded non-relational (nosql) data store
I'm thinking about using/implementing some kind of an embedded key-value (or document) store for my Windows desktop application. I want to be able to store various types of data (GPS tracks would be ...
11
votes
2answers
2k views
When to replace RDBMS/ORM with NoSQL [closed]
What kind of projects benefit from using a NoSQL database instead of rdbms wrapped by an ORM?
Examples:
Stackoverflow similiar sites?
Social communities?
forums?
2
votes
2answers
5k views
Video Tutorial for Hadoop [closed]
have anybody got any link(s) to video tutorial of starting hadoop
11
votes
3answers
6k views
Querying internal array size in MongoDB
Consider a MongoDB document in users collection:
{ username : 'Alex', tags: ['C#', 'Java', 'C++'] }
Is there any way, to get the length of the tags array from the server side (without passing the ...
32
votes
1answer
6k views
MongoDB with redis
Can anyone give example use cases of when you would benefit from using Redis and MongoDB in conjunction with each other?
52
votes
7answers
6k views
When shouldn't you use a relational database?
Apart from the google/bigtable scenario, when shouldn't you use a relational database? Why not, and what should you use? (did you learn 'the hard way'?)
23
votes
3answers
14k views
SQL (MySQL) vs NoSQL (CouchDB)
I am in the middle of designing a highly-scalable application which must store a lot of data. Just for example it will store lots about users and then things like a lot of their messages, comments ...
21
votes
13answers
9k views
Transactions in NoSQL?
I'm looking into NoSQL for scaling alternatives to a database. What do I do if I want transaction-based things that are sensitive to these kind of things?
23
votes
8answers
10k views
How to run MongoDB as windows service?
How to setup MongoDB so it can run as windows service?
Thanks
17
votes
4answers
3k views
What's the attraction of schemaless database systems?
I've been hearing a lot of talk about schema-less (often distributed) database systems like MongoDB, CouchDB, SimpleDB, etc...
While I can understand they might be valuable for some purposes, in most ...
12
votes
3answers
4k views
Database EAV Pros/Cons and Alternatives
I have been looking for a database solution to allow user defined fields and values (allowing an unlimited number). At first glance, EAV seemed like the right fit, but after some reading I am not ...
13
votes
1answer
3k views
Cassandra time series data
We are looking at using Cassandra to store a stream of information coming from various sources.
One issue we are facing is the best way to query between two dates.
For example we will need to ...
3
votes
6answers
2k views
Document databases/Key-value stores for use with .Net projects [closed]
Are there any document databases and/or key-value stores (something like Project Voldemort, MongoDB, etc.) that work well with .Net projects? Most of the options I've looked at so far seem to be more ...
13
votes
2answers
5k views
Cassandra - transaction support
I am going through apache cassandra and working on sample data insertion, retrieving etc.
The documentation is very limited.
I am interested in knowing
can we completely replace relation db like ...
6
votes
5answers
1k views
Is it possible to implement Multi-Version Concurrency Control (MVCC) on top of MongoDB?
MongoDB is to me a great database. However there are cases where I really need atomic multi-document transactions. For example to transfer things (like money or reputation) between accounts and this ...
6
votes
2answers
5k views
MongoDB nested sets
What're the best practices to store nested sets (like trees of comments) in MongoDB?
I mean, every comment can have a parent comment and children-comments (answers).
Storing them like this:
{
...
8
votes
2answers
2k views
Neo4j and django models
So, I'm looking into the Django and Neo4j integration, but there's not much about it out there ... What I want to know is if I have a model like the one here:
If I want to add a new property to a ...
3
votes
3answers
2k views
How to store tree data in a Lucene/Solr/Elasticsearch index or a NoSQL db?
Say instead of documents I have small trees that I need to store in a Lucene index. How do I go about doing that?
An example node in the tree:
class Node
{
String data;
String type;
...
1
vote
2answers
292 views
Group by data intervals
I have a single table which stores bandwidth usage on the network over a period of time. One column will contain the date time (primary key) and another column will record the bandwidth. Data is ...
5
votes
4answers
3k views
Does MongoDB support floating point types?
im migrating a mysql database to mongodb. But i have read in MongoDb data types and then there is no reference to floating point types like, float, double, decimal.
And how i have some fields with ...
2
votes
3answers
521 views
Which clustered NoSQL DB for a Message Storing purpose?
Yet another question about which NoSQL to choose.
However, I haven't found yet someone asking for this type of purpose, message storing...
I have an Erlang Chat Server made, I'm already using MySQL ...
4
votes
7answers
613 views
Are there any NoSQL standards emerging? [closed]
As with most new technologies after a while a standard emerges.
Is there anything cooking for NoSQL?
0
votes
2answers
513 views
NoSql Injection in Python
when trying to make this question, i got this one it is using Java, and in the answer it gave a Ruby example, and it seems that the injection happens only when using Json? because i've an expose where ...
111
votes
21answers
11k views
Good reasons NOT to use a relational database?
Can you please point to alternative data storage tools and give good reasons to use them instead of good-old relational databases? In my opinion, most applications rarely use the full power of SQL--it ...
50
votes
3answers
13k views
NoSQL - MongoDB vs CouchDB
I am a complete noob when it comes to the NoSQL movement. I have heard lots about MongoDB and CouchDB. I know there are differences between the two. Which do you recommend learning as a first step ...
43
votes
3answers
19k views
Switching from MySQL to Cassandra - Pros/Cons?
For a bit of background - this question deals with a project running on a single small EC2 instance, and is about to migrate to a medium one. The main components are Django, MySQL and a large number ...
51
votes
9answers
25k views
NoSql Crash Course/Tutorial
I've seen NoSQL pop up quite a bit on SO and I have a solid understanding of why you would use it (from here, Wikipedia, etc). This could be due to the lack of concrete and uniform definition of what ...
40
votes
5answers
6k views
What does MongoDB not being ACID compliant really mean?
I am not a database expert and have no formal computer science background, so bear with me. I want to know the kinds of real world negative things that can happen if you use MongoDB, which is not ...
66
votes
2answers
13k views
Difference between CouchDB and Couchbase
Are there any essential differences between CouchDB and Couchbase which makes one or the other preferable to use?
25
votes
2answers
5k views
MongoDB/NoSQL: Keeping Document Change History
A fairly common requirement in database applications is to track changes to one or more specific entities in a database. I've heard this called row versioning, a log table or a history table (I'm ...
