If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I've been playing on my testmachines and I found (to my surprise) that db2 (v9.5 on w3k) allows to create a table in a tablespace (8K size) with the index in another tablespace using a 4K pagesize!
I wonder:
- would that be usefull
- is there anybody out there using diff. pagesizes for data/index/long tablespaces?
Yeah, and when the data and index part of a table reside in the same pagesize, they do not have to share the same tablespace/bufferpool right?
Configuring a "prefetch enabeled" tablespace can be usefull for data, but not very much for indexes, especially the primary key!