Tagged Questions

1
vote
4answers
120 views

Adding a time dimension to MySQL cells

Is there a way to keep a timestamped record of every change to every column of every row in a MySQL table? This way I would never lose any data and keep a history of the transitions. Row deletion …
1
vote
1answer
270 views

Cache systems - Hypertable vs Memcached

I'm pretty sure this is not Serverfault material, so bear with me. Wanting to implement a cache system for our application, we've started integrating with Memcached. Recently I started hearing of …
13
votes
3answers
730 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 …