cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

Refactor ORCA code to support Access Method

Open my-ship-it opened this issue 2 years ago • 0 comments

We don't support Hash Index and Access Method of extension in ORCA. So we plan always fallback to Postgres legacy planner. The reason is that ORCA hard code table and index type in its code, and we need to refactor ORCA code so that it could support more types in flexible way.

my-ship-it avatar Jul 19 '23 11:07 my-ship-it