SRombauts / SQLiteCpp

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
http://srombauts.github.io/SQLiteCpp
MIT License
2.22k stars 510 forks source link

loop inert and delete, the Active(file) of memory will Abnormal increase #456

Open SimonsSoft opened 10 months ago

SimonsSoft commented 10 months ago

Test case:

  1. Insert 1000 records, every record have 8192 Byte blob data;
  2. sleep 30;
  3. get and delete record one by one.

issue: the database file only 8.4 M size,But memory free decrease ~600M. before: image after: image

Thank You!