diff options
author | pi <pi@FreeBSD.org> | 2017-08-17 02:55:15 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-08-17 02:55:15 +0800 |
commit | 0b20bd6b442bf7c5093c2ece3124bb8f1b4858e7 (patch) | |
tree | 3d06cff3a4e0fb31a5917d7fb8238c0933f21872 /databases/Makefile | |
parent | dff40b834ce0c8664f75c1a09d168307c942ca78 (diff) | |
download | freebsd-ports-gnome-0b20bd6b442bf7c5093c2ece3124bb8f1b4858e7.tar.gz freebsd-ports-gnome-0b20bd6b442bf7c5093c2ece3124bb8f1b4858e7.tar.zst freebsd-ports-gnome-0b20bd6b442bf7c5093c2ece3124bb8f1b4858e7.zip |
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 <amutu@amutu.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |