From 3daef6eeef0a62b21beea35d852af47049d01a0c Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Wed, 16 Aug 2017 18:55:15 +0000 Subject: New port: databases/postgres-xl Postgres-XL is an open source project to provide both write-scalability and massively parallel processing transparently to PostgreSQL. It is a collection of tightly coupled database components which can be installed on more than one system or virtual machine. Write-scalable means Postgres-XL can be configured with as many database servers as you want and handle many more writes (updating SQL statements) than a single standalone database server could otherwise do. You can have more than one database server that provides a single database view. Any database update from any database server is immediately visible to any other transactions running on different servers. Transparent means you do not necessarily need to worry about how your data is stored in more than one database servers internally. WWW: http://www.postgres-xl.org/ PR: 219164 Submitted by: Jov --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 20864cb628b7..c2f651ea35a0 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -677,6 +677,7 @@ SUBDIR += postgresql-repmgr SUBDIR += postgresql-repmgr2 SUBDIR += postgresql-tds_fdw + SUBDIR += postgresql-xl SUBDIR += postgresql-zhparser SUBDIR += postgresql10-client SUBDIR += postgresql10-contrib -- cgit v1.2.3