Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 May 2017 10:00:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219164] [NEW PORT] databases/postgres-xl Scalable open source PostgreSQL-based database cluster
Message-ID:  <bug-219164-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219164

            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@FreeBSD.org
          Reporter: amutu@amutu.com

Created attachment 182434
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182434&action=
=3Dedit
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 collecti=
on
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) t=
han
a single standalone database server could otherwise do. You can have more t=
han
one database server that provides a single database view. Any database upda=
te
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/

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219164-13>