On Jan 22, 2005, at 11:13 PM, Jeff wrote:

Here is the question: Should I store XML files in a database, or
should I just put it on the file system. Which would be faster?

The file system would be faster, since SQLite sits on top of it, anyway, so you have its overhead no matter what.


Regards,

David



Reply via email to