What is the reason was for having random filenames for the SQLite
master journal file (like mine.db-mj501CA440, mine.db-mj1C17CCCC,
mine.db-mj66677495, etc)?

Here is the reason for this strange question. We have discovered that
the JFFS2 filesystem in Linux is leaking kernel memory each time we
open/close/delete a file with a different name! I have not figured out
how to fix the leak in JFFS2 yet. I was wondering whether this
workaround is safe: Change our SQLite code to always use a fixed
filename (like mine.db-mjMASTER).

Please advise!

-- Johns
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to