Skip to content

Commit f7e0a32

Browse files
committed
Clarify how DLE works for managed Postgres services in clouds
1 parent 7f46403 commit f7e0a32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div align="center">
1212
<strong>:zap: Blazing-fast cloning of PostgreSQL databases :elephant:</strong><br>
1313
Thin clones of PostgreSQL to build powerful development, test, QA, and staging environments.<br>
14-
<sub>Available for any PostgreSQL, including AWS RDS, GCP CloudSQL, Heroku, Digital Ocean, and self-managed instances.</sub>
14+
Available for any PostgreSQL, including AWS RDS<sup>*</sup>, GCP CloudSQL<sup>*</sup>, Heroku<sup>*</sup>, Digital Ocean<sup>*</sup>, and self-managed instances.
1515
</div>
1616

1717
<br />
@@ -38,6 +38,9 @@
3838
</h3>
3939
</div>
4040

41+
---
42+
<sub><sup>*</sup> For a managed PostgreSQL cloud service such as AWS RDS or Heroku, where physical connection and access to PGDATA are not available, DLE is supposed to be running on a separate VM in the same region, performing periodical automated full refresh of data and serving itself as a database-as-a-service solution providing thin database clones for development and testing purposes.</sub>
43+
4144
## Why DLE?
4245
- Build dev/QA/staging environments based on full-size production-like databases.
4346
- Provide temporary full-size database clones for SQL query analysis and optimization (see also: [SQL optimization chatbot Joe](https://gitlab.com/postgres-ai/joe)).

0 commit comments

Comments
 (0)