You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database Lab Engine (DLE) is an open-source technology that allows blazing-fast cloning of Postgres databases of any size in seconds. This helps solve many problems such as:
Database Lab Engine (DLE) is an open-source (AGPLv3) technology that allows blazing-fast cloning of Postgres databases of any size in seconds. This helps solve many problems such as:
- provide temporary full-size database clones for SQL query analysis optimization (see [Joe bot](https://gitlab.com/postgres-ai/joe)),
8
-
- automatically verify database migrations (DB schema changes) and massive data operations to avoid downtime and performance bottlenecks.
8
+
- automatically verify database migrations (DB schema changes) and massive data operations in CI/CD pipelines to minimize risks of downtime and performance degradation.
9
9
10
-
As an example, cloning of 10 TiB PostgreSQL database takes less than 2 seconds.
10
+
As an example, cloning a 10 TiB PostgreSQL database can take less than 2 seconds.
11
11
12
12
Read more at [Postgres.ai](https://postgres.ai) and in [the Docs](https://postgres.ai/docs).
13
13
14
-
> Please support the project giving a GitLab star! It's on [the main page](https://gitlab.com/postgres-ai/database-lab), at the upper right corner:
15
-
>
16
-
> 
17
-
18
-
## Installation
19
-
See the Database Lab tutorials:
14
+
## Useful links
15
+
### Tutorials
20
16
-[Database Lab tutorial for any PostgreSQL database](https://postgres.ai/docs/tutorials/database-lab-tutorial)
21
17
-[Database Lab tutorial for Amazon RDS](https://postgres.ai/docs/tutorials/database-lab-tutorial-amazon-rds)
22
-
23
-
The latest stable Docker images are published in [the Docker Hub repository](https://hub.docker.com/r/postgresai/dblab-server).
24
-
25
-
## Client CLI
26
-
### Installation
27
-
Install Database Lab client CLI on your Linux machine (e.g., Ubuntu):
-[Case Study: How Qiwi Controls the Data to Accelerate Development](https://postgres.ai/resources/case-studies/qiwi)
32
+
-[Case Study: How GitLab iterates on SQL performance optimization workflow to reduce downtime risks](https://postgres.ai/resources/case-studies/gitlab)
51
33
52
34
## Development
53
35
Open [an Issue](https://gitlab.com/postgres-ai/database-lab/-/issues) to discuss ideas, open [a Merge Request](https://gitlab.com/postgres-ai/database-lab/-/merge_requests) to propose a change.
@@ -65,6 +47,8 @@ See our [GitLab Container Registry](https://gitlab.com/postgres-ai/database-lab/
0 commit comments