andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.76k stars 520 forks source link

VACUUM on Pre-Populated db #456

Closed dadski72 closed 3 years ago

dadski72 commented 3 years ago

Issuing vacuum command on a pre-populated db after dropping all tables doesn't seem to reduce the file size. Is this normal?

dadski72 commented 3 years ago

Ahh forget it, I now know that react-native-sqlite-storage uses sandbox and not the actual location in www