Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Too many page versions #17

Open
boutell opened this issue Nov 21, 2013 · 0 comments
Open

Too many page versions #17

boutell opened this issue Nov 21, 2013 · 0 comments

Comments

@boutell
Copy link

boutell commented Nov 21, 2013

Right now we save a version of the entire page every 5 seconds if any changes have been made. This can lead to a very large database.

We can address it by pruning out consecutive versions by the same author less than X minutes apart, once they are Y hours old.

We need to stop storing diffs and start generating them dynamically in order for the removal of intervening versions to still result in reasonable-looking diffs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant