[rt-users] sqlite
Tom Lahti
toml at bitstatement.net
Tue Sep 22 15:19:57 EDT 2009
> Sorry. What I meant to say is "RT's SQLite support" - I _love_ SQLite
> for all sorts of applications. multi-user apps with SQLite are totally
> doable -- you just need to be careful with write concurrency ;)
If you leave synchronous writes on, you're limited on transaction speed. A
commit takes at least two full drive rotations, so for a 7200rpm drive you can
only do 60 transactions per second. Not terribly scalable :)
--
-- ============================
Tom Lahti
BIT Statement LLC
(425)251-0833 x 117
http://www.bitstatement.net/
-- ============================
More information about the rt-users
mailing list