sqlite_zstd_vfs
SQLite3 extension for read/write storage compression with Zstandard
SQLite3 extension for read/write storage compression with Zstandard
To install this package, run one of the following:
This SQLite VFS extension provides streaming storage compression with Zstandard, transparently compressing pages of the main database file as they're written out, and later decompressing them as they're read in. It runs page de/compression on background threads and occasionally generates dictionaries to improve subsequent compression.
Summary
SQLite3 extension for read/write storage compression with Zstandard
Last Updated
Jan 20, 2025 at 20:14
License
Apache-2.0
Total Downloads
2.9K
Version Downloads
2.9K
Supported Platforms