Hello,

I have an application which keeps an index of data in an SQLite 
database.  I'm trying to figure out the best way to handle the possible 
scenario of database filling out the entire hard disk.  I could just 
delete some of the oldest rows, but I wonder if it's possible that even 
delete statements fail due to insufficient disk space for journal file.  
Is there a robust way to handle these situations?


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

Reply via email to