Partitioning indexes
To potentially improve CBR query performance, group objects into separate indexes in accordance with the value of an object property. Such a property is called a partition property. Partitioning indexes potentially improves CBR query performance by reducing the amount of index information that must be searched.
About this task
Restriction: The potential query performance
gain applies only when the partition property is referenced in the
WHERE clause
of the CBR query. For more information, see CBR query syntax introduction.