Tagged Questions
66
votes
5answers
8k 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 ...
0
votes
1answer
184 views
Fastest nosql option for number crunching?
I had always thought that Mongo had excellent performance with it's mapreduce functionality, but am now reading that it is a slow implementation of it. So if I had to pick an alternative to benchmark ...
0
votes
2answers
159 views
How to connect Drupal 7 with Hypertable?
According to http://drupal.org/node/443540:
Field storage modules could be written
to store field data in a variety of
ways including HyperTable, Amazon S3
or CouchDB
but I have no idea ...