Scalable Database Server, HiRDB Version 8 Installation and Design Guide
When a table is defined, pages are not allocated. Pages are allocated as needed when data is to be stored in the table. Once a page has been allocated (once a page has been used), the page cannot be reused until it has been released.
If an index is defined, the system allocates pages according to the number of data items. If there is no data item, the system allocates only one page (root page). If you specify the EMPTY option in the CREATE INDEX statement (so as not to create the index entity), the system does not allocate any page.
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.