EDB
Postgres enterprise database company
EDB, formally EnterpriseDB, is a company that provides enterprise distributions, tooling, and support for PostgreSQL, the open-source relational database. It builds hardened, high-availability versions of Postgres along with migration…
Definition
EDB, formally EnterpriseDB, is a company that provides enterprise distributions, tooling, and support for PostgreSQL, the open-source relational database. It builds hardened, high-availability versions of Postgres along with migration tools aimed at organizations moving off proprietary databases such as Oracle, and offers both self-managed and cloud-hosted deployment options backed by commercial support contracts, targeting large enterprises with compliance and support obligations.
Overview
EDB was founded to address a gap that persists around open-source PostgreSQL: the core project is free and widely capable, but large enterprises often need vendor support contracts, compliance certifications, high-availability tooling, and migration paths from legacy commercial databases before they can adopt it at scale. EDB positioned itself as the enterprise layer on top of community Postgres, contributing to the open-source project while also selling hardened distributions and services around it. Mechanically, EDB's products extend standard PostgreSQL with additional tooling for replication, failover, backup and disaster recovery, and — notably — an Oracle-compatibility layer that lets applications written against Oracle's SQL dialect and PL/SQL procedural language run against a Postgres-based database with reduced rewrite effort. This compatibility layer works by translating or supporting a subset of Oracle-specific syntax and behavior within the Postgres engine, rather than by wrapping Oracle itself. Among Postgres-focused vendors, EDB differs from Timescale, which specializes narrowly in time-series extensions, and from cloud-native managed offerings like Amazon RDS for PostgreSQL, which focus on infrastructure automation rather than legacy-database migration. EDB's differentiator is squarely enterprise migration and support: it is aimed at large organizations moving away from expensive proprietary licenses rather than at teams simply wanting managed hosting. In practice, EDB is used by enterprises undertaking database consolidation or cost-reduction projects that involve migrating Oracle workloads to Postgres, by regulated industries needing certified support and compliance documentation for their database layer, and by organizations that want the assurance of a commercial support contract behind an open-source database. EDB also offers its own managed cloud service for teams that want the enterprise tooling without operating servers directly. The trade-off is cost and scope: EDB's enterprise tooling and support carry licensing or subscription fees that a team using vanilla community Postgres would not pay, and the Oracle-compatibility layer, while reducing migration effort, does not guarantee a fully transparent one-to-one replacement for every Oracle-specific feature. Teams with no legacy Oracle dependency and no need for enterprise support contracts often get equivalent value from community Postgres or a lighter managed offering instead. Organizations should also budget time for testing application behavior against the compatibility layer, since subtle differences in procedural language semantics or optimizer behavior can surface only once real production workloads run against the migrated database. A migration project therefore typically includes a discovery phase to catalog exactly which Oracle-specific features an application depends on before committing to a timeline, since the effort required varies widely depending on how deeply an application leans on proprietary database behavior.
Key Features
- Enterprise-hardened PostgreSQL distribution with vendor support
- Oracle-compatibility layer for reduced-effort database migration
- High-availability replication and automated failover tooling
- Backup, disaster recovery, and point-in-time recovery tooling
- Compliance certifications suited to regulated industries
- Managed cloud offering alongside self-managed deployment options
- Active contribution to the community PostgreSQL project
- Migration toolkits for assessing and moving legacy database workloads