cloudberry
cloudberry copied to clipboard
One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.
Fixes #ISSUE_Number ### What does this PR do? This PR introduces the perfmon extension, designed to monitor the Cloudberry Database. #### Key Features: - **Cluster-wide Metrics Collection**: Gathers performance metrics...
### Apache Cloudberry version main ### What happened ```sql SET default_table_access_method = pax; create table partition_cow(c1 int, c2 bigint, c3 varchar, c4 text, c5 date, c6 float4, c7 float8, c8...