performance: for low frequency name terms disable use of postgresql address index. Theshold is probably about 1000 but optimal value will probably depend on hardware.

This commit is contained in:
Brian Quinion
2012-12-20 17:47:57 +00:00
parent ae7f676b73
commit d1a224bad4
2 changed files with 20 additions and 6 deletions

View File

@@ -60,6 +60,7 @@
@define('CONST_Suggestions_Enabled', false);
@define('CONST_Search_TryDroppedAddressTerms', false);
@define('CONST_Search_NameOnlySearchFrequencyThreshold', false);
// Set to zero to disable polygon output
@define('CONST_PolygonOutput_MaximumTypes', 1);