Add Greengage, WarehousePG, and OpenGPDB#908
Open
alexey-milovidov wants to merge 1 commit into
Open
Conversation
Three open-source Greenplum forks that picked up active development after Greenplum went closed source in 2024: - Greengage (https://github.com/GreengageDB/greengage) Installed from the upstream greengage6.deb (6.30.1) in ubuntu:22.04. - OpenGPDB (https://github.com/open-gpdb/gpdb) Installed from the upstream greenplum-db-6 .deb (6.29.8) in ubuntu:22.04. - WarehousePG (https://github.com/warehouse-pg/warehouse-pg) No prebuilt binaries; built from source (7.4.0-WHPG) in rockylinux:9. All three reuse the cloudberry layout: privileged docker container, single-host 14-segment cluster via gpinitsystem, gpfdist load, psql query. data-size runs du inside the container so it reports actual bytes (the cloudberry copy reads /data0 on the host, which isn't bind-mounted). Resolves #888 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cloudberry/layout: privileged docker container, single-host 14-segment cluster viagpinitsystem,gpfdistload,psqlquery..deb(no source build) insideubuntu:22.04. WarehousePG ships no binaries, so it builds from source (7.4.0-WHPG) insiderockylinux:9per the project's documented build path.data-sizenow runsduinside the container so it reports actual bytes (the cloudberry copy reads/data0on the host, which isn't bind-mounted into the container).Resolves #888
Test plan
cd greengage && ./benchmark.shend-to-end (install → load → query sweep → concurrent QPS).cd opengpdb && ./benchmark.shend-to-end.cd warehousepg && ./benchmark.shend-to-end (first install builds from source, ~10–20 min)../data-sizereports a value >5 GB after./loadso the benchmark driver's partial-load guard is satisfied.🤖 Generated with Claude Code