Query Performance
LightDB-A Database dynamically eliminates irrelevant partitions in a table and optimally allocates memory for different operators in a query.These enhancements scan less data for a query, accelerate query processing, and support more concurrency.
Dynamic Partition Elimination
In LightDB-A Database, values available only when a query runs are used to dynamically prune partitions, which improves query processing speed. Enable or deactivate dynamic partition elimination by setting the server configuration parameter
gp_dynamic_partition_pruning
toON
orOFF
; it isON
by default.Memory Optimizations
LightDB-A Database allocates memory optimally for different operators in a query and frees and re-allocates memory during the stages of processing a query.
Note LightDB-A Database uses GPORCA, the LightDB-A next generation query optimizer, by default. GPORCA extends the planning and optimization capabilities of the Postgres optimizer. For information about the features and limitations of GPORCA, see Overview of GPORCA.
Parent topic: Querying Data