You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a utility from the SQLite devs that can archive a directory as a SQL file. I'm fairly new to the whole SQL world (more of a NoSQL guy myself due to work environment), but from what I read in the docs, sqlite-zstd could be used to create a solid-ish archive, generating dictionaries by extension, for example. Not true solid compression, but there would be some shared information between files I guess, instead of the current method of simply passing each one through zlib independently.
Am I reading this correctly? Could this be a common enough use case to warrant a script that automatically compresses a SQLite archive with zstd?
The text was updated successfully, but these errors were encountered:
There is a utility from the SQLite devs that can archive a directory as a SQL file. I'm fairly new to the whole SQL world (more of a NoSQL guy myself due to work environment), but from what I read in the docs, sqlite-zstd could be used to create a solid-ish archive, generating dictionaries by extension, for example. Not true solid compression, but there would be some shared information between files I guess, instead of the current method of simply passing each one through zlib independently.
Am I reading this correctly? Could this be a common enough use case to warrant a script that automatically compresses a SQLite archive with zstd?
The text was updated successfully, but these errors were encountered: