Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Estimating a Data Mart's size?
I have been tasked with estimating the size of tables required by our
datamart with a view to hardware requirements. To do this I have been
trying to use the formula in Appendix A of the Oracle Server -release 8.0
Administrators guide. This requires me to find the sum of the column sizes
for each table. This may take some time. I know that the average row length
can be found by:
select table_name, avg_row_len from user_tables where table_name = 'TABLE_NAME'; but when I compare this value with the vsize() values the numbers I get are completely different (some a lot bigger, a lot some smaller). The statistics on these tables were recently analysed.
Can anyone tell me why there is such a difference?
Or better yet, a fast and accurate method of guestimating the size of a datamart given the number of rows, etc.
Cheers,
Robert Harfield
--
The views etc. presented here reflect those of the individual and must in
no way be attributed to the company
Received on Fri Sep 04 1998 - 04:10:31 CDT
![]() |
![]() |