I am working with sqlite3 file.
First, I entered relatively big database, file size was about 100 mb.
Than I made
$db->exec("DELETE FROM table");
and entered just a small part of that database. But file size remained 100 mb.
What should you do to change sqlite file size when deleting it's content?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…