I am converting xlxs to CSV table and then finally convert them to Sqlite DB file using DB Browser for SQLite.
My Sqlite DB file size is around 25 MB,with 92k records
On processing conversion to db file ,i remove empty/white spaces between columns also,But it does not reduce file size,
Is there any ways of optimising/reducing file size to less than 20 MB using DB Browser for SQlite.
Will AutoVaccum mode can be used and setting them to full/incremental will it work?