TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 817 forks source link

How to obtain the fragmented size of a sqlite database #1771

Open whitebwb opened 8 months ago

whitebwb commented 8 months ago

Summary

Obtain the proportion of database fragmentation for database cleaning and optimization

Proposed implementation

no