The Table Extent Size Calculator helps you estimating a table's data size based on provided estimated number of rows and recommends optimal values for table FIRST EXTENT and NEXT EXTENT parameters. Table extent sizes affect SQL query performance and amount of disk space consumed by the table. The calculator takes into consideration data pages as well as attached index pages and small blob data located in the table's tablespace.
See Also
Opening Extent Size Calculator