Skip to content

Use databases for saving #99

@JoeyBF

Description

@JoeyBF

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions