Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Informix > Re: Regarding I...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 6 of 23 Topic 14242 of 15119
Post > Topic >>

Re: Regarding INFORMIX Basic Details

by "Obnoxio The Clown" <obnoxio@[EMAIL PROTECTED] > Jun 27, 2008 at 04:03 PM

Sunil Raja said:
> Actually, The problem here is :
>
> An *INFORMIX *database is given to me, I have to do *performance
tuning*,
> by
> checking the performance bottlenecks in sql or procedure or ....
> So, I am looking for steps to proceed and find something for performance
> tuning of the INFORMIX Database.

My approach has always been: if the users ain't moaning, there isn't a
performance problem.

So, let's start with: are your users moaning? If so, what are they moaning
about?

> In *ORACLE*, for performance tuning, *STATSPACK/AWR* re****ts will be
used
> to
> generate re****ts between the 2 *snapshot id's*, so that the re****t
> explains
> all the database parameter settings, which sql is taking more buffer,
cpu
> time, .... the entire list will come in a single re****t.
> For particular *sql,* we can use *EXPLAIN PLAN*, to see the response
> time,...
> For particular plsql ( *procedure* ), we can use *DBMS_PROFILE* package,
> to
> see the response time...
> To *gather statistics*, we can use *DBMS_STATS* package
>
> Now, I am looking for *similar kind of the above stuffs in INFORMIX*.
> I want such kind of *tools or utilities or scripts*, that could give me
> the

The problem is that you wouldn't approach tuning IDS in the same way.

> information of the with examples :
> 1. Entire Schema. ?

dbschema --

> 2. Way to tune a particular SQL Query ?

Tune it how? Generally, you'd be more likely to look at indexing it. I
don't know how you would tune it, really.

> 3. Way to tune a particular Procedure ?

See above.

> 4. View the Database Parameters ( to tune them ) ?

vi $INFORMIXDIR/etc/onconfig


> 5. List of indexes, ..... in each tables or columns ?

dbschema will tell you, or you can look it up in dbaccess interactively.

> 6. Take snapshot for a particular transaction and find the re****t (
> similar
> to statspack/awr in oracle ) ?

onstat -g ses <session-id>

> 7. How to gather schema statistics, how to check whether the statistics
> are
> collected ?

Use the "UPDATE STATISTICS" SQL command.

> 8. How to run the scripts ?
> .
> .
>
>
> So that it would be helpful to find the performance bottlenecks and
hence
> tune the INFORMIX database...
>
> Please guide me to proceed further.

Tell me whether you are even having a problem. There are so many ways to
find performance bottlenecks that I wouldn't know where to start.

Let's try something simple: run the command "onstat -p" and post the
output here.

-- 
Bye now,
Obnoxio

"There were a myriad of problems which conspired to corrupt your reason
and rob you of your common sense. Fear got the best of you, and in your
panic you turned to the Labour Party. They promised you order, they
promised you peace, and all they demanded in return was your silent,
obedient consent."
 




 23 Posts in Topic:
Regarding INFORMIX Basic Details
raja <tssr2001@[EMAIL   2008-06-27 05:50:49 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-06-27 13:59:38 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-06-27 14:21:24 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-06-27 14:59:22 
Re: Regarding INFORMIX Basic Details
"Art Kagel" <  2008-06-27 10:49:09 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-06-27 16:03:59 
Re: Regarding INFORMIX Basic Details
"Kevin Cherkauer&quo  2008-06-27 11:12:05 
RE: Regarding INFORMIX Basic Details
"Campbell, John (GE   2008-06-27 14:58:34 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-06-30 22:26:30 
Re: Regarding INFORMIX Basic Details
Fernando Nunes <domuso  2008-06-30 22:53:14 
Re: Regarding INFORMIX Basic Details
DA Morgan <damorgan@[E  2008-06-30 16:54:27 
Re: Regarding INFORMIX Basic Details
Fernando Nunes <domuso  2008-07-01 01:16:45 
Re: Regarding INFORMIX Basic Details
DA Morgan <damorgan@[E  2008-07-01 13:02:16 
Re: Regarding INFORMIX Basic Details
Fernando Nunes <domuso  2008-07-01 22:02:19 
Re: Regarding INFORMIX Basic Details
DA Morgan <damorgan@[E  2008-06-30 16:51:01 
Re: Regarding INFORMIX Basic Details
Fernando Nunes <domuso  2008-07-01 01:31:38 
Re: Regarding INFORMIX Basic Details
DA Morgan <damorgan@[E  2008-07-01 13:04:26 
Re: Regarding INFORMIX Basic Details
Fernando Nunes <domuso  2008-07-01 22:20:35 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-07-01 21:48:43 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-07-02 08:24:29 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-07-02 18:25:01 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-07-03 08:01:50 
Re: Regarding INFORMIX Basic Details
"Obnoxio The Clown&q  2008-07-03 11:07:47 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 23:37:46 CST 2008.