Revision history [back]
YAAAH , database will be very slow if you use sqlite3 database and database file size will be largeŘ Askbot works fine with PostgreSQL database because Postgres is extremely capable of handling many tasks very efficiently. Support for concurrency is achieved without read locks thanks to the implementation of Multiversion Concurrency Control (MVCC), which also ensures the ACID compliance.