InterviewSolution
Saved Bookmarks
| 1. |
What Is Extent In Informix? |
|
Answer» If a table is DESIGNED without specifying EXTENT sizes, Informix uses a DEFAULT of 16 pages for the FIRST and 8 pages for each subsequent extent. Extent SIZING is done when the table is initially created. If a table is designed without specifying extent sizes, Informix uses a default of 16 pages for the first and 8 pages for each subsequent extent. Extent sizing is done when the table is initially created. |
|