Speed of XML vs SQLite
Levi Kendall
ifrag.v2 at gmail.com
Mon May 23 08:57:42 EDT 2005
Hi all,
I'm considering using XML for building a database but my concern is
that for data retrieval it might become very slow as more and more
data is added. Would using functions such as revXMLMatchingNode be as
slow as doing a full text search of the xml or would it be at least
comparable to performing a lookup in an actual database? Another
speed concern would be finding a node with multiple matching
attributes. Is this a good idea or would I be better off using
something like SQLite?
Thanks,
Levi
More information about the use-livecode
mailing list