Mirror of: https://github.com/osdldbt/
This Database Test Suite aims to create database workload test kits used to simulate heavy user loads for OLTP, Decision Support, and e-commerce database transactions. These test kits can also be used to gather performance results for Linux and other
Scriptable database and system performance benchmark
sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is most frequently used for database benchmarks, but can also be used to create arbitrarily complex workloads that do not involve a database server. extensive statistics about rate and latency is available, including latency percentiles and histograms. Low overhead even with thousands of concurrent threads. sysbench is capable of generating and tracking hundreds of millions of events per second. New benchmarks can be...
Postgres-XL is a PostgreSQL-based scale-out cluster that handles both OLTP write intensive workloads as well as OLAP/BI type of workloads thanks to MPP parallelism.
Postgres-XL is fully ACID and supports cluster-wide Multi-version Concurrency Control (MVCC) for global consistency and performance.
There are commercial companies such as 2ndQuadrant, who provide support and consulting around Postgres-XL.
DBIO is a tool to simulate Online Transaction Processing Database, which can be used to model production envirment for I/O test. A standard configuration file contained in the software simulates TPCC-Like I/O workload, which is modeled from DB2 Database running TPCC-Like workload. DBIO can also do data consistency check after the I/O workload test.
This SourceForge page is no longer maintained. To find downloads, source code, or documentation for the PostgreSQL project, please see our home page: http://www.postgresql.org.