Choose a language
By EnterpriseDB (EDB)
How would you rate your experience with EDB for PostgreSQL?
Storage
Based on 44 EDB for PostgreSQL reviews.
Availability
As reported in 45 EDB for PostgreSQL reviews.
Stability
45 reviewers of EDB for PostgreSQL have provided feedback on this feature.
Scalability
This feature was mentioned in 44 EDB for PostgreSQL reviews.
Security
Data Manipulation
Query Language
Text Search
This feature was mentioned in 42 EDB for PostgreSQL reviews.
Provides support for international character sets and full text search.
Data Types
As reported in 43 EDB for PostgreSQL reviews.
Supports multiple data types like primitive, structured, document etc.
Languages
As reported in 42 EDB for PostgreSQL reviews.
Supports multiple procedural programming languages like PL/PGSQL, Perl, Python etc.
Operating Systems
Available on multiple operating systems like Linux, Windows, MacOS etc.
Database Locking
43 reviewers of EDB for PostgreSQL have provided feedback on this feature.
Prevents other users and applications from accessing data while it is being updated to avoid data loss or update.
Access Control
Based on 43 EDB for PostgreSQL reviews.
Allows permissions to be granted or revoked in the database, schema or table levels.
Encryption
42 reviewers of EDB for PostgreSQL have provided feedback on this feature.
Built-in native encryption with enterprise key management.
Authentication
Provides multi-factor authentication with certificates.
Disaster Recovery
Provides data recovery functionality to protect and restore data in a database.
Data Concurrency
Allows multi-version concurrency control.
Workload Management
Handles workloads, from single machines to data warehouses or web services with many concurrent users.
Advanced Indexing
Allows users to quickly retrieve data through various types of indexing like B-tree, hash table etc.
Query Optimizer
Helps interpret SQL queries and determine the fastest method of execution.
Data Schema
This feature was mentioned in 43 EDB for PostgreSQL reviews.
Data is organized as a set of tables with columns and rows like a table structure.
Allows users to create, update and retrieve data in a database.
ACID - Complaint
Adheres to ACID (atomicity, consistency, isolation, durability), a set of database transaction properties.
Data Replication
Provides log-based or/and trigger-based replication.