/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
33 by Suren A. Chilingaryan
Documentation and configuration updates
1
Known problems
2
==============
3
 - MySQL (at least 5.0.45, 5.0.51) has problems with queries dealing with
4
 huge rowset. After certain threshold (involving around 500,000 rows) the
5
 optimizator stop using INDEXes.
6
    * You can check if it is actually happening with 'EXPLAIN <query>' command,
7
    * To force usage of indexes it is possible to add "FORCE INDEX (PRIMARY)"
8
    keyword after table name in SELECT query.
9
    * The $MYSQL_FORCE_INDEXES configuration option is forces usage of indexes 
10
    when necesary and is intended to fix the described behaviour.
11