Home » RDBMS Server » Performance Tuning » Need some info Capacity Planning ---- Urgent
|
Re: Need some info Capacity Planning ---- Urgent [message #124848 is a reply to message #124592] |
Tue, 21 June 2005 16:13  |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
For capacity planning you need to have estimates of how many records you are likely to have in each table. For each table, you can then calculate/estimate the amount of space used by the average row in that table. The easiest way is often to create sample data in some of your big tables and then analyze the table to look at user_tables.AVG_ROW_LEN. Add some extra space to cater for pct_free, pct_used and block overhead.
Don't waste your time working out exact figures for small tables - concentrate on the big ones.
Estimate % growth over time.
|
|
|
Goto Forum:
Current Time: Fri May 02 09:11:29 CDT 2025
|