[Bug 219164] [NEW PORT] databases/postgres-xl Scalable open source PostgreSQL-based database cluster

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 9 10:00:50 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219164

            Bug ID: 219164
           Summary: [NEW PORT] databases/postgres-xl Scalable open source
                    PostgreSQL-based database cluster
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: amutu at amutu.com

Created attachment 182434
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182434&action=edit
postgres-xl shar file

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/

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list