##// END OF EJS Templates
caches: use safer method of purging keys from memory dict. During some concurrency tests...
caches: use safer method of purging keys from memory dict. During some concurrency tests we detected that has_key has a race condition, and catching exception is safer.

File last commit:

r1292:771d79b4 default
r2931:474abf70 default
Show More
tuning-increase-db-performance.rst
7 lines | 298 B | text/x-rst | RstLexer
/ docs / admin / tuning-increase-db-performance.rst

Increase Database Performance

For tuning PostgreSQL we recommend reading: http://www.revsys.com/writings/postgresql-performance.html

For tuning MySQL we recommend reading: http://www.tecmint.com/mysql-mariadb-performance-tuning-and-optimization/