On Thu Jan 11 13:37:31 2024 +0000, Giovanni Mascellani wrote:
Given that you dump and read the whole database each time you might as well use a single file, which should decrease the corruption probability (for example because two processes read/write concurrently to the same database).
That's not the plan in the long run though. (The "chache-rework" branch, which I should have called cache-pre-rework has delayed loading and partial updates, though not eviction)