https://github.com/zeroae/postgres-xl
Postgres-XL is an all-purpose fully ACID open source scale-out SQL database solution.
https://github.com/zeroae/postgres-xl
Last synced: over 1 year ago
JSON representation
Postgres-XL is an all-purpose fully ACID open source scale-out SQL database solution.
- Host: GitHub
- URL: https://github.com/zeroae/postgres-xl
- Owner: zeroae
- License: other
- Created: 2016-04-03T18:02:31.000Z (about 10 years ago)
- Default Branch: XL9_5_STABLE
- Last Pushed: 2016-05-27T23:21:08.000Z (about 10 years ago)
- Last Synced: 2025-01-07T19:43:36.575Z (over 1 year ago)
- Language: C
- Homepage: http://www.postgres-xl.org
- Size: 129 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
- License: LICENSE.txt
Awesome Lists containing this project
README
Postgres-XL Database Management System
======================================
This directory contains the source code distribution of the Postgres-XL
database management system.
Postgres-XL is an advanced object-relational cluster database management
system that supports an extended subset of the SQL standard, including
transactions, foreign keys, user-defined types and functions. This
distribution also contains C language bindings.
Postgres-XL has many language interfaces similar to PostgreSQL, many of
which are listed here:
http://www.postgresql.org/download
See the file INSTALL for instructions on how to build and install
Postgres-XL. That file also lists supported operating systems and
hardware platforms and contains information regarding any other
software packages that are required to build or run the PostgreSQL-XL
system. Copyright and license information can be found in the
file COPYRIGHT. A comprehensive documentation set is included in this
distribution; it can be read as described in the installation
instructions.
The latest version of this software may be obtained at
http://www.postgres-xl.org/download. For more information look at our
web site located at http://www.postgres-xl.org.