vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have a table with 4 columns (a,b,c,d). 1. Earlier I had defined a UNIQUE constraint on all 4 columns (hence creating a composite index on all 4 columns) and the CPU utilization was ~1/2% during data insertion. 2. However, when I dropped this constraint and created a new UNIQUE constraints on (a,c,d) and (b) the CPU utilization hits 40% during data insertion with same date rate. 3. Also, when I have two unique indexes as (a,b,c,d) and (b) the CPU utilization is very low just like that first case. Can anyone please explain why there is such a big differencein CPU utilization with different index/constraint combinations? Regards, Durgaprasad Now you can chat without downloadingmessenger. Go to http://in.messenger.yahoo.com/webmessengerpromo.php |