Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SQlite vs XML speed and info
#2
I did not compare xml and sqlite speed. By default, sqlite is slow, but it is possible to make it much faster. Use transactions. Use compiled queries.

I think xml should be used with small amount of data, eg < 1MB. Because it stores whole file + IXmlNode objects in memory. Sqlite file size is unlimited.

Cannot help with encrypting.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)