Reputation: 1075
I'm trying to improve the execution time of a view of an Oracle database, which takes ages to load, and it involves a table which has 15,352,595 records. I'm considering to gather statistics on it coz I suspect the poor performance is due to stale stats.
However, I'm worried that this will burden the server a lot and I'm not very confident that its harddisks (or whatever hardware components) can withstand heavy workloads without breaking.
Is that a real thing that should be worried?
Upvotes: 1
Views: 888