Hacker News new | past | comments | ask | show | jobs | submit login

>> The file named by the INTO clause must not previously exist, or else it must be an empty file, or the VACUUM INTO command will fail with an error.

EDIT: there is no difference between VACUUM/VACUUM INTO - they both write to a new file (COW) it's just VACUUM [NOT INTO] does mv temp.sqlite originalfile.sqlite after that, while VACUUM INTO does not.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: