Allow an alternative SQL generation from OQL (same as 2.3.0)

This commit is contained in:
Eric
2018-11-07 08:50:45 +01:00
parent f9b2fda092
commit a327b5fb5e
2 changed files with 81 additions and 33 deletions

View File

@@ -1126,6 +1126,14 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => true,
),
'optimize_requests_for_join_count' => array(
'type' => 'bool',
'description' => 'Optimize request joins to minimize the count (default is true, try to set it to false in case of performance issues)',
'default' => true,
'value' => true,
'source_of_value' => '',
'show_in_conf_sample' => true,
),
'high_cardinality_classes' => array(
'type' => 'array',
'description' => 'List of classes with high cardinality (Force manual submit of search)',