Re: [sqlite] Success stories

2008-07-20 Thread Alexey Pechnikov
В сообщении от Monday 21 July 2008 04:59:10 Kang Kai написал(а): > Thanks for sharing your experience, would you please introduce how you deal > with the concurrency? I'm using AOL web server + tclsqlite. Small and fast read/write transactions + in-memory && file-based database replicas + "db

Re: [sqlite] Success stories

2008-07-20 Thread Kang Kai
Thanks for sharing your experience, would you please introduce how you deal with the concurrency? Regards, Kevin. > Hello! > > I did migrate two projects from PostgreSQL (one is ~22 Gb database with very > complex reports) and now migrate oracle project (>100 Gb billing database > with

[sqlite] Success stories

2008-07-19 Thread Alexey Pechnikov
Hello! I did migrate two projects from PostgreSQL (one is ~22 Gb database with very complex reports) and now migrate oracle project (>100 Gb billing database with distributed data collectors) for best performance on multi-core servers and SATA disks. SQLite database may be replicated or copied