Why does clearing an SQLite database not reduce its size?

前端 未结 2 841
醉话见心
醉话见心 2020-12-10 02:46

I have an SQLite database.

I created the tables and filled them with a considerable amount of data.

Then I cleared the database by deleting and recreating t

2条回答
  •  失恋的感觉
    2020-12-10 03:05

    Databases sizes work like water marks e.g. if the water rises the water mark goes up, when the water receeds the water mark stays where it was

    You should look into shrinking databases

提交回复
热议问题