Hello,
I am using sqlite with the xerial jdbc driver to store/retrieve model and simulation data in my application.
I want to reduce the size of the database file (after most of the simulation data has been deleted by the user).
I found that sqlite supports "VACUUM" command to compact the database.
Does sqlite jdbc driver support this command?
If yes, how do I use it?
If no, can you suggest any workaround?
Thanks,
--
Santosh Tiwari
tiw...@gmail.com