You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be more convenient to store resolutions using some kind of database, e.g. SQLite.
Since we have (tens of millions of) very small files, a lot of the disk space is just filesystem overhead. Aggregating them would move us closer to solving the problem of using too much space (Improve save file disk utilization #76).
This would make it easy to handle save files in an ACID way. I keep running into problems with using the very same files concurrently.
I would like to be assigned to this issue if that's ok. We can discuss the database scheme here or on Zulip.
It would be more convenient to store resolutions using some kind of database, e.g. SQLite.
I would like to be assigned to this issue if that's ok. We can discuss the database scheme here or on Zulip.