Overview of Database Lab Engine (DLE)
masterDatabase Lab Engine (DLE) provides ultra-fast, thin PostgreSQL cloning using Copy-on-Write (CoW) technologies. It allows developers to create full-sized database environments for development, testing, QA, and staging in seconds, regardless of the original database size.
Key capabilities include:
- Fast Cloning: A 1 TiB database can be cloned in approximately 10 seconds.
- Broad Compatibility: Works with any PostgreSQL instance, including AWS RDS, GCP CloudSQL, Heroku, Digital Ocean, and self-managed instances.
- Resource Efficiency: Dozens of independent clones can run on a single machine without significantly increasing hardware costs.
- Automated Workflows: Supports API and CLI for automation, and includes a UI for manual tasks.
- Data Protection: Features automatic cleanup of unused clones and a "Deletion Protection" flag to prevent accidental removal.