isisun photos
Categories
Charts
Visitors
Author Archives: ivanov
Set ulimit parameters on ubuntu
By default the number of open files pro user in Ubuntu 8.04 is 1024. In my case this number was too small so I have to increase it.This is done with the ulimit command:
$ulimit -a # see all the kernel parameters
$ulimit -n #see the number of open files
$ulimit -n 9000 # set the number open [...]
Benchmarking with DBT2
DBT2 is an open source benchmark like TPC-C for databases (mainly MySQL and PostgreSql ). The goal of this post is to list some links on DBT2 usage:
DBT2 report example
DBT2 scores
Jenny Chen’s Weblog on Performance
DBT2 Core Dev Team
MySQL Cluster Database 7: Performance Benchmark
PostgreSql Git repository with all materials
PostgreSQL Portland Performance Practice Project – [...]
Posted in Benchmarks, DBT2, MySQL, PostgreSQL Tagged Benchmarks, Databases, DBT2, MySQL, PostgreSQL Leave a comment

EXSLT