Just looking for some feedback about how people are using sql lite
Is it mostly embedded systems?
Why and in what situations would i use sqlite over postgres ?
Why and in what situations would i use postgres over sqlite ?
I also have a few questions about scalability ?

Can multiple processes use the same database file concurrently ?
What are the locking granularities for simultaneous thread access ?
What are the costs benefits of storing everything in one file ?
I saw the benchmarks, but was concerned that the database size was only 14meg.


Just trying to make an informed decision.
I have needs for both a single user embedded database and a scalable multiuser database.
I'm trying to find out how far sqlite will stretch from single use embedded toward multiuser scalable.


Thanks,
Kevin

P.S. I would be happy to format replies and place them on your wiki for future reference.

Also do you have a mailing list archives somewhere I could search through ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to