Depending on how you defined the clustering columns, this may very well be the case. For each unique combination of values in the clustering columns, DB2 will allocate a single extent of pages in the table space. So if you have 240000 pages and an extent size of 32, you should not have more than 7500 unique combinations of values in the cluster columns (also take some overhead for free space map etc. into account).