Re: Discussion: Change PAX Plugin to Be Disabled by Default?

2025-05-10 Thread Jianghua Yang
For our current use case, I’d like to minimize the Pax build to reduce dependencies and avoid unnecessary components. Specifically, I’ve disabled the following CMake options: option(USE_MANIFEST_API "Use manifest API" OFF) option(USE_PAX_CATALOG "Use manifest API, by pax impl" OFF) option(BUILD_GTE

Re: Discussion: Change PAX Plugin to Be Disabled by Default?

2025-05-10 Thread Leonid Borchuk
Hi, all I really like the PostgreSQL approach - configure && make && make install. And usually there are no additional packages or builds required. Postgresql seems to be compiled everywhere - even on coffee machine. It would be great to see the same for cloudberry. Since PAX is quite complex feat