The Wire · Showcase
SUPABASE POSTGRES TEST BUILDS SHIP ACROSS VERSIONS
By RepoJournal · Filed · About Supabase
Supabase shipped test builds across five PostgreSQL versions, including the first OrioledDB experimental variant, signaling heavy infrastructure iteration.
The Postgres team pushed test releases across three major version lines overnight, with the most notable being the new 17.9.0.001-orioledb-test-12 build [1], which marks the first experimental support for OrioledDB's row-oriented storage engine on Supabase infrastructure. This is a significant infrastructure bet: OrioledDB trades some write throughput for dramatically better read-heavy workloads, and testing at scale before production rollout is exactly the right call. Matching test builds landed for PostgreSQL 15.14.1 [2], 17.6.1 [3], and x86-specific variants [4][5], suggesting Supabase is stress-testing across multiple architectures and version lines simultaneously. The x86 variants tell you something important: they're validating hardware-specific optimizations, likely performance-critical for on-premise or dedicated deployments. No breaking changes announced, but this level of concurrent testing suggests preparation for a larger feature announcement.
Action items
- → Monitor test builds for OrioledDB stability before considering production workload migration supabase/postgres [monitor]
- → Flag your infrastructure team - test releases across multiple versions means upgrade paths are being validated supabase/postgres [plan]
References
- [1] 17.9.0.001-orioledb-test-12 ↗ supabase/postgres
- [2] 15.14.1.144-test-12 ↗ supabase/postgres
- [3] 17.6.1.144-test-12 ↗ supabase/postgres
- [4] 17.6.1.144-test-12-x86 ↗ supabase/postgres
- [5] 15.14.1.144-test-12-x86 ↗ supabase/postgres