In our project, we have defined 5 FDS_VIRTUAL_PAGES each of size 1024 words and have programmed to do GC if > 10 records are deleted. I see the 1st page being used for storing the records and when GC happens, there after 2nd page is used for storing records. and again after GC, 1st page is used for storing records.
So this way I see only 2 of the 5 pages being used all the time. Any idea why other 3 pages are not used?