Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question: Normal index structure/size under 9i
I think you missed a few things when you did the calculation:
Now, there is also a mistake in your calculation that you actually over-counted the size of each row. A 10-digit number does NOT use 10 bytes.
I believe Oracle uses bit, not byte, for number expression. So a few bytes can give you a huge number expression including signs and decimal places...etc.
Of course, there is other small overhead of block and segment header which could also add up.
Regards. Received on Tue May 24 2005 - 20:01:00 CDT
![]() |
![]() |