John Stanton uttered:

In general you must expect Sqlite to use more of all resources compared to a flat file. After all Sqlite is a flat file with additional logic.


Except updates and selective reads will be cheaper in general, as less IO is required due to additional logic.

Storage will go up, however. SQLite trades CPU cycles for IO compared to flat file access.

Christian


--
    /"\
    \ /    ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
     X                           - AGAINST MS ATTACHMENTS
    / \

Reply via email to