IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Gather statistics
pulls in data regarding the layout of the database table and the block structure underneath.

This information tells the optimizer whether or not it's worth it to use an index or just to hit the entire table to find a row (or a set of rows).

Example: if you have a table with 4 rows in it (believe it or not, we do) (ahem, provided that they are small rows) it's probably not worth the extra expense of going through the index. Just grab the entire database and look for the row that meets the criteria.


However, tables change over time (well, some do) getting more data....losing data, etc. If your table started off with 4 rows and has since had 100,000 rows added, it may approach the data wrong. Before, it was worthwhile to pull the whole table (table scan) and now it'll be an expensive (time-wise) operation. Gathering statistics tells the database to go update itself.

I would've thought Oracle had evolved to the point where gather statistics was a background process now.

I'm surprised they had you run gather statistics against an empty partition. If something in the statistics database was corrupted, this would have the possible effect of resetting it back to 0. But I would've thought they'd have you run gather statistics again against the real data.
New we did both
running it against populated tables still crapped the application cpu usage 99% disk IO 100% as soon as we did gather statistics on the partition with no data cpu utilization 2% disk IO 25%
thanx,
bill
same old crap, con artists ripping off fools. Ah, hell, Catholic Church it start off that way. They All do. Jesus probably had three walnut shells one pea, then he's dead and can't be questioned,
Gabriel Dupre

questions, help? [link|mailto:pappas@catholic.org|email pappas at catholic.org]
     question on optimisers, gather statistics etc on Oracle - (boxley) - (2)
         Gather statistics - (Simon_Jester) - (1)
             we did both - (boxley)

Where's my rapid fire?
33 ms