Quote:
Originally Posted by BobC
FWIW I had a backup of the database before compressing so I opened it with SQLite Expert and ran "vacuum" on it. It went from 84.092MB to 83.35MB. I don't know if that tells us anything other than it was possible to squeeze it a little bit.
Not worth worrying about but interesting all the same.
|
All the plugin is doing is running VACUUM, so the results should be the same. But, there might be some slight differences due to the exact versions of the SQLite libraries the different applications are using. Or if they set other options before the VACUUM.
At only 1MB difference between the versions, I'm not worried. If it was a lot bigger, then it might be something to look at.