You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize creation of expression and partial indices (#7559)
* Refactor index condition/expression evaluation into classes. Speed up (appr. 10x) creation and validation time for conditional indices.
* Simplified NULL handling when index keys are composed
* Refactor index key creation (from record). Optimize evaluation of index expressions.
* Adjustments after Vlad's review
* Remove redundant variables
0 commit comments