First time here? Check out the FAQ!
1

Why is the database search so slow?
 

We have a database of over 30.000 questions, and the search is very slow. The version in use is 0.7.49 Do you have any suggestions to speed up things?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Chesnaught's avatar
21
Chesnaught
asked 10 years ago, updated 10 years ago

Comments

Which database engine are you using?

Evgeny's avatar Evgeny (10 years ago)

We're using MySQL

Chesnaught's avatar Chesnaught (10 years ago)
see more comments

1 Answer

0

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Sindbad's avatar
23
Sindbad
answered 10 years ago
link

Comments

see more comments