Quote:
Originally posted by AdiHH
Is the table fragmented by "round robin" or by "expression"? If it is done by expression, then a simple SQL (taken from your fragmentation expression) can give you the answer. If it is done by round robin, then pages are written in rotation (round-robin) between the fragments without regard to their content, so you should get an even (or very nearly even) spread of records across the fragments.
If you're investigating a performance problem, then you also need to look at how the dbspaces are placed on your physical disks and what disk strategy you have, eg: RAID level. Sometimes, your RAID level and table fragmentation can interfere with each other and give bad performance.
|
Hello,
I am in agreement with which it thinks AdiHH, but if these experiencing problems of performace, then to several things to check.
for example that value has OPTCOMPIND in file ONCONFIG? If it has 2
(two), the exchange thing to 0 (zero), then onmode -ky, then oninit.
And You have executed update statistics?
Gustavo.