0.25.33
05th December, 2025
New feature
- We can analyse the local database with the
Analyse database usagecommand.- This command makes a TSV-style report of the database usage, which can be pasted into spreadsheet applications.
- The report contains the number of unique chunks and shared chunks for each document revision.
- Unique chunks indicate the actual consumption.
- Shared chunks indicate the reference counts from other chunks with no consumption.
- We can find which notes or files are using large amounts of storage in the database. Or which notes cannot share chunks effectively.
- This command is useful when optimising the database size or investigating an unexpectedly large database size.
- The report contains the number of unique chunks and shared chunks for each document revision.
- This command makes a TSV-style report of the database usage, which can be pasted into spreadsheet applications.
- We can reset the notification threshold and check the remote usage at once with the
Reset notification threshold and check the remote database usagecommand. - Commands are available from the Command Palette, or
Hatchpane in the settings dialogue.
Fixed
- Now the plug-in resets the remote size notification threshold after rebuild.