Hi there,

SQLite is a perfect fit for a logger, the only question I have is once 
it is in production my database will grow rapidly, how can I implement / 
mimic a type of "rotating log"?

So in my mind I am thinking that perhaps I can LIMIT the size of the 
SQLIte DB to say 5 MB? And once the DB reaches that size it starts 
INSERTING new logs over the earliest records in the database?

Is this possible?

Thanks for the help

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

Reply via email to