May 26, 2012

Post: Introducing tpce-like workload for MySQL

We have been using tpcc-mysql benchmark for long time, and there many results published in … benchmarks, and one of them is TPCE. Yasufumi made some efforts to make TPCE working with MySQL, and we are making it available… available Storage Engines for MySQL. The workload in tpce is quite different from tpcc. Tpcc is write intensive, while tpce is read oriented…

Comment: Introducing tpce-like workload for MySQL

… have been trying to get your kit to work with MySQL. I have followed the steps outlined in the provided README… MySQL) (Prepared Statement) Using the following settings: Input files location: flat_in Database server: localhost Database name: tpce Database user: tpce Database password: tpce

Post: Introducing percona-patches for 5.1

… Different patches to help with day to day usage of MySQL ® Two new features which not available for 5.0… results for tpce-like benchmark, where I compare MySQL-5.1.43 vs percona-5.1.43. The results made for TPCE configuration… me explain where difference comes from. As I mentioned in tpce workload details the load is very SELECT intensive and these…

Comment: How Percona Develops Open-Source Software

Giuseppe, Ivan. Ok, we are using mysql-test suite for everyday testing, and adding our own tests … changes we run stress-test as: sqlbench, sysbench, dbt2, tpcc, tpce benchmarks. There is no code coverage measurements to prove full…