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
As it stands, old index segments sit around taking up space without being used for anything. It should be possible to track whether a segment is in use or not (and perhaps at what time it was last in use) and delete any segments that are older than a particular time.
In Datomic, this is a manually-triggered operation, because it's difficult to know whether some long-running client process might be hanging on to an old database value that still needs a particular segment. The user is in a better position to know what timescales are safe than the database itself.
The text was updated successfully, but these errors were encountered:
As it stands, old index segments sit around taking up space without being used for anything. It should be possible to track whether a segment is in use or not (and perhaps at what time it was last in use) and delete any segments that are older than a particular time.
In Datomic, this is a manually-triggered operation, because it's difficult to know whether some long-running client process might be hanging on to an old database value that still needs a particular segment. The user is in a better position to know what timescales are safe than the database itself.
The text was updated successfully, but these errors were encountered: