mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 06:36:10 +02:00
✨ Reduce the file-change snapshot taking ratio.
Until now, a file `data` snapshot was persisted on every file_change row. That causes a lot of IO load and increase disk usage without a real benefit. This commit reduces the snapshot generation; now the snapshot is persisted every 20 update-file or when a file is not touched in 3 hours or more.
This commit is contained in:
parent
371c78b1d3
commit
024cc88738
3 changed files with 17 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE file_change
|
||||
ALTER COLUMN data DROP NOT NULL;
|
Loading…
Add table
Add a link
Reference in a new issue