Subject Re: [ib-support] DB Sizing
Author Ann W. Harrison
At 03:53 PM 2/11/2003 +0200, Infocare Developer wrote:
>Thanx, it will have to be a mission after all :-( Database has about 400
>tables plus indexes etc

OK, here's a rough guess, assuming you're just inserting and
neither updating or deleting records.

for each table: (<bytes per row> + 36) * <number of rows>
for each index: (<key size> + 10) * <number of entries>



Regards,

Ann
www.ibphoenix.com
We have answers.