Database benchmark script

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sweahe
Forum Commoner
Posts: 52
Joined: Sat May 04, 2002 4:07 am
Location: Växjö, Sweden

Database benchmark script

Post by sweahe »

I'm writing a cache feature for a database wrapper.
Does someone here know of a good php benchmark script for databases? (MySQL)

I wan't to put in my wrapper functions in the php code and see how much difference the cache does!?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

If you're creating a web-application you can do a web-benchmark.
See how many more or less requests are served per second....
sweahe
Forum Commoner
Posts: 52
Joined: Sat May 04, 2002 4:07 am
Location: Växjö, Sweden

Post by sweahe »

How is that done, never done it!?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply