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?
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?
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-02-05 05:01:12 -0500
Seen: 282 times
Last updated: Feb 18 '15
Search field should do an "AND" search, not an "OR" search
Are there examples of advanced queries?
Why doesn't askbot search capitalized words?
underscore(_) is considered a white space in search?
Search and tags do not work correctly
Best practice for customizing search behavior?
Which database engine are you using?
We're using MySQL