{
   "name": "pg_orca",
   "abstract": "ORCA query optimizer as a PostgreSQL extension",
   "description": "Plugs the Apache Cloudberry / Greenplum ORCA cost-based optimizer into single-node PostgreSQL 18 via planner_hook. ORCA operates on an intermediate XML-based representation (DXL); if it cannot handle a query it falls back to the standard PG planner automatically. Useful for analytical workloads where ORCA's transformation-based search and cost model produce better plans than PG's standard optimizer (TPC-H, TPC-DS, many-relation joins).",
   "version": "1.0.0",
   "date": "2026-05-30T12:52:51Z",
   "maintainer": "Jianghua Yang <yjhjstz@gmail.com>",
   "release_status": "stable",
   "user": "young",
   "sha1": "3263249f474e09df88e395a8da2541b47f41939a",
   "license": "apache_2_0",
   "prereqs": {
      "configure": {
         "requires": {
            "cmake": "3.20.0"
         }
      },
      "runtime": {
         "recommends": {
            "xerces-c": "3.2.0"
         },
         "requires": {
            "PostgreSQL": "18.0.0"
         }
      }
   },
   "provides": {
      "pg_orca": {
         "abstract": "ORCA query optimizer planner_hook for PostgreSQL 18",
         "docfile": "README.md",
         "file": "pg_orca.control",
         "version": "1.0.0"
      }
   },
   "tags": ["optimizer", "planner", "cbo", "cost-based-optimizer", "orca", "greenplum", "cloudberry", "olap", "analytics"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/quantumiodb/pgorca/issues"
      },
      "homepage": "https://github.com/quantumiodb/pgorca",
      "repository": {
         "type": "git",
         "url": "git://github.com/quantumiodb/pgorca.git",
         "web": "https://github.com/quantumiodb/pgorca"
      }
   }
}
