Arjan de Haan Guest
|
Posted: Fri Dec 15, 2006 7:01 pm Post subject: Collecting performance data in database |
|
|
Hi.
I've written a database layer for applications our company builds, and now I want to
collect performance statistics for the queries we execute.
First, I don't want to collect this on the DB server itself, but in the applications.
Currently, I have a layer which collects the following data:
* Table/view queried,
* Min, Max and Avg times for the CRUD operations, including COUNT(*) operations.
Anybody has any suggestions as to what other data can be collected (at the table/view
level) that might be missing from the list above?
Tx.
....Arjan... |
|