|
|
|
|
|
by greenyoda
2923 days ago
|
|
> I really wonder who, today, have data that cannot fit in RAM, apart from big actors. Keeping all your data in RAM has significant problems, even if it all fits. For example, would you want to lose all your customers' orders and billing information if your code crashed? In addition to the relational database model, SQL databases offer ACID transactions, which are useful if you want to have consistent and reliable data: https://en.wikipedia.org/wiki/ACID |
|
You could summon Antirez I guess