Main Page
From postgres-xc
Koichi-szk (Talk | contribs) (→What is Postgres-XC?) |
|||
| (32 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | <big>''' | + | <big>'''Welcome to Postgres-XC Wiki Page'''</big> |
| - | + | This is the top page of Postgres-XC Wiki. You can upload your material to share. | |
| - | == | + | == Announcement == |
| - | + | ||
| - | + | ||
| - | + | ||
| - | [[ | + | Because Sourceforge Wiki service will be closed on September 1st, 2012, this page has been relocated to the new Wiki site, [http://postgresxc.wikia.com/wiki/Postgres-XC_Wiki http://postgresxc.wikia.com/wiki/Postgres-XC_Wiki]. Further updates will be done in the new site. |
| + | |||
| + | == What is Postgres-XC? == | ||
| + | |||
| + | Postgres-XC is an open source project to provide a write-scalable, synchronous multi-master, transparent PostgreSQL cluster solution. It is a collection if tightly coupled database components which can be installed in more than one hardware or virtual machines. | ||
| + | |||
| + | Write-scalable means Postgres-XC can be configured with as many database servers as you want and handle many more writes (updating SQL statements) compared to what a single database server can not do. | ||
| + | |||
| + | Multi-master means you can have more than one database server that clients connect to which provide a single, consistent cluster-wide view of the database. | ||
| + | |||
| + | Synchronous means any database update from any database server is immediately visible to any other transactions running on different masters. | ||
| + | |||
| + | Transparent means you (and your applications) do not have to worry about how your data is stored in more than one database servers internally. | ||
| + | |||
| + | You can configure Postgres-XC to run on multiple servers. Your data is stored in a distributed way, that is, partitioned or replicated, as chosen by you for each table. When you issue queries, Postgres-XC determines where the target data is stored and issues corresponding queries to servers containing the target data. | ||
| + | |||
| + | == How to become a member == | ||
| + | |||
| + | We welcome anybody who are interested in XC and would like to contribute to the project. | ||
| + | |||
| + | You can contribute to the project in various ways. | ||
| + | |||
| + | * You can contribute a code by submitting patches. | ||
| + | * You can report bugs. | ||
| + | * You can share your experience through mailing lists. | ||
| + | * You can share your requirements through mailing lists. | ||
| + | |||
| + | Please become mailing list subscriber to share information and submit patches. You can subscribe the following mailing list. | ||
| + | |||
| + | * postgres-xc-announce: To join, click [https://lists.sourceforge.net/lists/listinfo/postgres-xc-announce here] | ||
| + | * postgres-xc-bugs: To join, click [https://lists.sourceforge.net/lists/listinfo/postgres-xc-bugs here] | ||
| + | * postgres-xc-committers: To join, click [https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers here] | ||
| + | * postgres-xc-developers: To join, click [https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers here] | ||
| + | * postgres-xc-general: To join, click [https://lists.sourceforge.net/lists/listinfo/postgres-xc-general here] | ||
| + | |||
| + | == Important Project Pages == | ||
| + | |||
| + | Please visit the following pages for Postgres-XC information. We're planning to collect all the information other than the code and development to this page. Sorry for the inconvenience so far. | ||
| + | |||
| + | * [https://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Charter Charter] Postgres-XC development group charter. | ||
| + | * [http://postgres-xc.sourceforge.net/ Project Web Page] This site includes released code, documents and other materials. | ||
| + | * [https://sourceforge.net/projects/postgres-xc/ Development Site] This is the main development site. You will find WIP codes, many tracks, as well as mailing lists. | ||
| + | * [http://wiki.postgresql.org/wiki/Postgres-XC Postgres-XC in PostgreSQL wiki] At present, most of Postgres-XC information is presented here. We're planning to construct all the discussions, working documents and technical proposals to this site. | ||
| + | |||
| + | == Supporters == | ||
| + | * [https://www.oss.ecl.ntt.co.jp/ossc/index2.html NTT Open Source Software Center (Japanese)] | ||
| + | * [http://www.enterprisedb.com/ EnterpriseDB] | ||
| + | |||
| + | == Team members == | ||
| + | * [[Members]] | ||
| + | |||
| + | == Developer's Page == | ||
| + | |||
| + | You can add your ideas, discussions and other contribute to the project in the Developers page. | ||
| + | This page also contains specifications of some PostgreSQL features designed for XC. | ||
| + | |||
| + | * [[Developers| Developers Page starts here]]. | ||
| + | |||
| + | == How to contribute to this page == | ||
| + | |||
| + | You can add contents to some of the pages. For help to edit pages, please refer to the following pages. | ||
| + | |||
| + | * [http://meta.wikimedia.org/wiki/Help User's Guide] | ||
| + | * [http://www.mediawiki.org/wiki/Manual MediaWiki FAQ] | ||
Revision as of 01:44, 9 August 2012
Welcome to Postgres-XC Wiki Page
This is the top page of Postgres-XC Wiki. You can upload your material to share.
Contents |
Announcement
Because Sourceforge Wiki service will be closed on September 1st, 2012, this page has been relocated to the new Wiki site, http://postgresxc.wikia.com/wiki/Postgres-XC_Wiki. Further updates will be done in the new site.
What is Postgres-XC?
Postgres-XC is an open source project to provide a write-scalable, synchronous multi-master, transparent PostgreSQL cluster solution. It is a collection if tightly coupled database components which can be installed in more than one hardware or virtual machines.
Write-scalable means Postgres-XC can be configured with as many database servers as you want and handle many more writes (updating SQL statements) compared to what a single database server can not do.
Multi-master means you can have more than one database server that clients connect to which provide a single, consistent cluster-wide view of the database.
Synchronous means any database update from any database server is immediately visible to any other transactions running on different masters.
Transparent means you (and your applications) do not have to worry about how your data is stored in more than one database servers internally.
You can configure Postgres-XC to run on multiple servers. Your data is stored in a distributed way, that is, partitioned or replicated, as chosen by you for each table. When you issue queries, Postgres-XC determines where the target data is stored and issues corresponding queries to servers containing the target data.
How to become a member
We welcome anybody who are interested in XC and would like to contribute to the project.
You can contribute to the project in various ways.
- You can contribute a code by submitting patches.
- You can report bugs.
- You can share your experience through mailing lists.
- You can share your requirements through mailing lists.
Please become mailing list subscriber to share information and submit patches. You can subscribe the following mailing list.
- postgres-xc-announce: To join, click here
- postgres-xc-bugs: To join, click here
- postgres-xc-committers: To join, click here
- postgres-xc-developers: To join, click here
- postgres-xc-general: To join, click here
Important Project Pages
Please visit the following pages for Postgres-XC information. We're planning to collect all the information other than the code and development to this page. Sorry for the inconvenience so far.
- Charter Postgres-XC development group charter.
- Project Web Page This site includes released code, documents and other materials.
- Development Site This is the main development site. You will find WIP codes, many tracks, as well as mailing lists.
- Postgres-XC in PostgreSQL wiki At present, most of Postgres-XC information is presented here. We're planning to construct all the discussions, working documents and technical proposals to this site.
Supporters
Team members
Developer's Page
You can add your ideas, discussions and other contribute to the project in the Developers page. This page also contains specifications of some PostgreSQL features designed for XC.
How to contribute to this page
You can add contents to some of the pages. For help to edit pages, please refer to the following pages.
