Joe Wilson wrote:
2) can I use it for a message store and have it run faster than a 1
message per file system?
What does that mean? Is "file system" a unit of time?
ack! bad sentence construction... comparing a system storing 1 message
per file (and thousands of messages total) vrs one storing messages as
blobs or text in sqlite, which is faster?
3) how would one allocate the different data sets across how many dbms?
You can put all your data in a single sqlite database file,
or use several different sqlite database files and ATTACH them
at runtime - it's up to you.
don't know enough yet to judge pros and cons
If you're new to SQL, here's a good link: http://sqlzoo.net/
thanks. I've known about it since the late 1970's but never used it.
--
Speech-recognition in use. It makes mistakes, I correct some.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------