cloudberry
cloudberry copied to clipboard
One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.
Now we Fix: tde encrypt buffer context don't use share memory We did not calculate the size of shared memory for BufEncCtx and BufDecCtx in the CreateSharedMemoryAndMemories function, which is...
Refactor analyze logic for PAX like AOCO. Fixes #ISSUE_Number ### What does this PR do? ### Type of Change - [ ] Bug fix (non-breaking change) - [ ] New...
For better file organization, move the sandbox files from the original repo `apache/cloudberry-bootcamp` to `apache/cloudberry`. See: https://lists.apache.org/thread/p6otyrrnosg8fsbyr6ok7hl8wxpx4ss2 Fixes #ISSUE_Number ### What does this PR do? ### Type of Change -...
### Apache Cloudberry version main ### What happened ``` build pax, USE_MANIFEST_API=OFF USE_PAX_CATALOG=ON -- The C compiler identification is GNU 8.5.0 -- The CXX compiler identification is GNU 8.5.0 --...
Fixes #ISSUE_Number ### What does this PR do? ### Type of Change - [ ] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking...
this pr is base on https://github.com/apache/cloudberry/pull/1324 feat: pushdown bloom filter to pax table am This optimization pushes down Bloom Filter conditions for runtime filters to the Pax Table AM layer....
- [x] test_setup - [x] tablespace - [x] boolean - [x] char - [x] name - [x] varchar - [x] text - [x] int2 - [x] int4 - [x] int8...
### Apache Cloudberry version main ### What happened Some errors returned. Please see the details as follows. With the help of AI, I successfully installed Cloudberry on Rocky Linux 10....
- Add buffer.seek(0) after truncate to reset file pointer position - Add isinstance and len check before accessing item[16] to prevent IndexError - Improve robustness when processing malformed CSV log...
Improve wheel and cython dependency management in gpMgmt/bin/Makefile to handle Ubuntu 24.04's PEP 668 restrictions while maintaining compatibility with Rocky Linux and older Ubuntu versions. Changes: - Split wheel and...