Dear all, I have a qustion about using chunk size on VFS.
AFAIK, chunk size means that increasing and reducing file size has dependency on chunk size. For example, with chunk size of 32KB, DB file size can be 32KB, 64KB, 96KB and so on... However, when I tested with my own test scripts that inserts single record to a database file, file size increased with single page size. (ex: 4KB page size) In case of multiple insertion or update with transaction calls fallocate with chunk size. It would not be a big problem, but I will be happy if I can get some description about this. Best regards, Yongil Jang. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users