Hi there,
Hi, Casper...I've responded to your questions below...
Yes, the total number of extents per area has increased, the same aplies to the total number of area's.
IN V9 total # extents per area was: 255
In 10.1B: 1024
Maximum number of storage area's increased from 1000 to 32000.
With the use of 64-bit dbkeys and internally 64bit rowids the maximum number of records increased hugely.
The maximum size for an area is approx. 1PB. And is calculated as follows (provided large files is enabled):
Maximum extent size: 1TB
Maximum extents per area = 1024
Maximum area size = 1024 * 1TB = 1PB.
With this you can calculate the total number records per area which is for 64 rpb approx 8,796,096,000,000.
THANKS for the info - that really helps!
Some questions though:
Why do you have all the data in the schema area?
*** I dunno - probably it was the default at the time, and grew too big to deal with by the time anyone noticed (just my theory, as I came into this project cold with no one to really ask about any historical info)
Do you have at least indexes seperated from the data?
*** mostly, but I noticed that there are a few in Area 6
If you run a dbanalys how much data is in your database really?
*** The figures I gave you were from the dbanalysis. In the totals for Area 6, here's what I got...80676988 137.0G (#records & total size of area 6), but in the "Block analysis of Schema Area 6, I got "29464748 block(s) found in the area", which adds up to about 225 GB when you multiple it by 8192 bytes/block.
Considered doing a dump/load and use of typeII storage area's?
Do you use 64-bit Progress?
*** We're already using Type II areas. Much of "Area 6" is consumed with one humongous table - over 100 GB. I would like to put it in its own storage area, but it appears that just doing a "tablemove" (or, dump/move structure/load) will take too long, take too much diskspace, and may not decrease the blocks in Area 6. I did try this on a smaller database (i.e., moving a table to another storage area), and found that BOTH areas increased in size, which begs the question...is the only way to decrease the number of blocks consumed by an area to do a dump of all objects within it, delete the storage area completely, recreate it, then reload???
Again, THANKS so much for the info!
Brenda
Greetz,
Casper.