Home | Previous Page | Next Page   Disk, Memory, and Process Management > Data Storage >

Pages

A page is the physical unit of disk storage that the database server uses to read from and write to Informix databases. Figure 34 illustrates the concept of a page, represented by a darkened sector of a disk platter.

Figure 34. A Page on Disk
begin figure description - This figure shows a disk with one small darkened sector. - end figure description

On most UNIX platforms, the page size is 2 kilobytes. On Windows, the page size is 4 kilobytes. Because your hardware determines the size of your page, you cannot alter this value.

A chunk contains a certain number of pages, as Figure 35 illustrates. A page is always entirely contained within a chunk; that is, a page cannot cross chunk boundaries.

Figure 35. A Chunk, Logically Separated into a Series of Pages
begin figure description - The paragraph that precedes this figure describe the content of the figure. - end figure description

For information on how the database server structures data within a page, see the chapter on disk structures and storage in the IBM Informix Dynamic Server Administrator's Reference

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]