Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae45691

Browse files
committed
Teach bitmap path generation about transforming OR-clauses to SAOP's
When optimizer generates bitmap paths, it considers breaking OR-clausearguments one-by-one. But now, a group of similar OR-clauses can betransformed into SAOP during index matching. So, bitmap paths shouldkeep up.This commit teaches bitmap paths generation machinery to group similarOR-clauses into dedicated RestrictInfos. Those RestrictInfos are consideredboth to match index as a whole (as SAOP), or to match as a set of individualOR-clause argument one-by-one (the old way).Therefore, bitmap path generation will takes advantage of OR-clauses to SAOP'stransformation. The old way of handling them is also considered. So, thereshouldn't be planning regression.Discussion:https://postgr.es/m/CAPpHfdu5iQOjF93vGbjidsQkhHvY2NSm29duENYH_cbhC6x%2BMg%40mail.gmail.comAuthor: Alexander Korotkov, Andrey LepikhovReviewed-by: Alena Rybakina, Andrei Lepikhov, Jian he, Robert HaasReviewed-by: Peter Geoghegan
1 parentd4378c0 commitae45691

File tree

7 files changed

+664
-104
lines changed

7 files changed

+664
-104
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp