|
|
|
|
|
by stuarthalloway
2932 days ago
|
|
Datomic keeps your database in the same memory space as your application code, backed by SSD, backed by EFS, backed by S3/DynamoDB. Each layer of this cache provides a different value, and the whole cache system is automatic and eternally consistent because the database is an immutable value. You want the illusion that your database is entirely in memory, just as want the illusion that all your memory is in your L1 cache. |
|
What does that mean?
And what kind of actual memory usage should people expect with a "big" database?