cloudberry
cloudberry copied to clipboard
Refactor ORCA code to support Access Method
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.