If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Extents

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-23-02, 04:23
georgipa georgipa is offline
Registered User
 
Join Date: Dec 2002
Location: Madrid - Spain
Posts: 283
Extents

Hi,

I need the formula to calculate extents, buffers, locks and how to configure two server and I have a high speed en performance.

Thanks you.
__________________
DBA DB2 for LUW
Reply With Quote
  #2 (permalink)  
Old 12-31-02, 04:36
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Check the sysmaster database

Extents per table:
select * from sysextents
per extent the offset in the dbspace and the size in pages. Do a SUM(size).
select * from sysptnhdr.
In the system catalof in systables you can also find some info on extents.

Locks and buffers per table:
select * from sysptprof
total amount of lock requests and lockwaits per table since server came up. bufreads and bufwrites per table.

Do you want to configure two servers on one machine?
Do you currently have performance problems?
__________________
rws
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On