473,387 Members | 1,453 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

speed test tools

DB2 gurus, I'm pretty new in DB2, or database field. Now I wanna some tools
which can measure the speed SQL stmt. be excuted. Is there any one in the
DB2 software bundle?

Thanks!
Nov 12 '05 #1
2 2064
"Hardy" <yh********@hotmail.com> wrote in message
news:ca***********@mail.cn99.com...
DB2 gurus, I'm pretty new in DB2, or database field. Now I wanna some tools which can measure the speed SQL stmt. be excuted. Is there any one in the
DB2 software bundle?

Thanks!

Look at the db2batch program described in the Command Reference manual. This
will give information about actual time for an SQL statement to execute.

If you want a theoretical estimate of the "relative" time, you can use the
DB2 Explain function. This can be executed as a command or using the Visual
Explain Tool in the Command Center. The explain show the access path (such
as using a particular index) that the query will use, in addition to giving
a timeron estimate. A timeron is not an elapsed time estimate, but a
relative number useful when comparing different scenarios.
Nov 12 '05 #2
oh,that's good~ thank you, Mark:)

"Mark A" <no****@switchboard.net> дÈëÓʼþ
news:w_*****************@news.uswest.net...
"Hardy" <yh********@hotmail.com> wrote in message
news:ca***********@mail.cn99.com...
DB2 gurus, I'm pretty new in DB2, or database field. Now I wanna some tools
which can measure the speed SQL stmt. be excuted. Is there any one in the DB2 software bundle?

Thanks!

Look at the db2batch program described in the Command Reference manual.

This will give information about actual time for an SQL statement to execute.

If you want a theoretical estimate of the "relative" time, you can use the
DB2 Explain function. This can be executed as a command or using the Visual Explain Tool in the Command Center. The explain show the access path (such
as using a particular index) that the query will use, in addition to giving a timeron estimate. A timeron is not an elapsed time estimate, but a
relative number useful when comparing different scenarios.

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Yang Li Ke | last post by:
Hi guys, Is it possible to know the internet speed of the visitors with php? Thanx -- Yang
0
by: Jussi Mononen | last post by:
Hi, I'm having problems to successfully execute the test scripts on a Compaq host ( OSF1 tr51bdev V5.1 2650 alpha ). Almost all tests end up with the following error message "PARI: *** ...
30
by: Mike Cox | last post by:
Hi. I recently ran a benchmark against two simple programs, one written in Java and the other in C++. The both accomplish the same thing, outputting "Hello World" on my screen. The C++ program...
5
by: JENS CONSER | last post by:
Hello NG, We have a performance problem in using a client server solution based on MS SQL-Server 2000 through a VPN tunnel (via broadband internet connection). The SQL Server is running on a...
15
by: TJ Walls | last post by:
Hello All, I am baffled ... I am trying to improve the speed of a program that I have written that performs random access within a file. It relies heavily on fseek and is very slow. To test, I...
45
by: charles.lobo | last post by:
Hi, I have recently begun using templates in C++ and have found it to be quite useful. However, hearing stories of code bloat and assorted problems I decided to write a couple of small programs...
3
by: Agnes | last post by:
My client put the SQL server in data center. Their branches (located in different area) run vb.net application via VIA VFP . Now, they complaint that there is Timeout occurs. When I test the...
19
by: llothar | last post by:
I must say i didn't expect this. I just did some measures on FreeBSD 6.2 with gcc 3.4.6 and there is absolutely no significant difference between 32 and 64 bit mode - neither in compilation speed,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.