The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Download Latest Version
pgxc-v1.1.1.tar.gz (23.0 MB)
Email in envelope
Get an email when there's a new version of Postgres-XC
Home
/
dbt1
Name | Modified | Size | InfoDownloads / Week |
---|---|---|---|
Parent folder | |||
PG-XC_DBT1_Tutorial_v0_9_7.pdf | 2012年10月24日 | 106.5 kB | |
dbt1_pgxc_v0_9_1.tar.gz | 2010年05月19日 | 3.1 MB | |
README | 2010年03月30日 | 1.3 kB | |
Totals: 3 Items | 3.2 MB | 0 |
Modified DBT-1 for Postgres-XC test and evaluation This folder contains DBT-1 material to test and evaluate Postgres-XC. The following modifications were made. 1. PostgreSQL interface was changed from ODBC to libpq. It allows much more workload to apply. 2. Added housekeeping feature of ORDER table. Original DBT-1 did not maintain old ORDER table. So performance drop was observed when the benchmark is done for a long period (days to weeks). The main reason is infinite growth of ORDER table. 3. Table design change. Table design was changed to utilize Postgres-XC's parallel execution feature and to avoid cross-node operations. For details of the change, please refer to Postgres-XC's architecture document. The original DBT-1 repository will be found at git://osdldbt.git.sourceforge.net/gitroot/osdldbt/osdldbt And the summary will be at http://osdldbt.git.sourceforge.net/git/gitweb.cgi?p=osdldbt/dbt1;a=summary Postgres-XC development team appreciates Mr.Mark Wong who kindly approved to add this material to Postgres-XC releases. We also appreciate if anybody take a look at these modifications and include some of them into the original DBT-1 repository. Postgres-XC development team