Quote:
|
Originally Posted by dgunas
Thanks Marcus.
The table size is only 28GB. But the Index size is over 60GB. So i have to move the indexes to the 8K page TS.
Is it possible to have 4K tablespace for table and 8K tablespace for INDEXES?
Also is there any way to check the BP hit rate please?
Thanks.
|
Yes, you can have a 4K table size and 8K index size. I don't know what version of DB2 you are using, but if you deifine a large tablespace, then the maximum size of a 4K page DBS tablespace is 2048 GB.
It is hard to say how much space you should allocate to the bufferpools. It would require knowledge of the application and database design to determine that. But maybe you are over-analyzing it too much.
But if your indexes on a given table are twice the size of the table, there may be (or may be not) a problem with the indexes.