Setting the Page Size

From InterBase
Jump to: navigation, search

Go Up to Restoring Databases


InterBase supports database page sizes of 1024, 2048, 4096, and 8192 bytes. By default, the database will be restored with the page size with which it was created. To change the page size, you can set it in the Object Inspector or in code:

PageSize := 4096;

Changing the page size can improve database performance, depending on the data type size, row length, and so forth. For a discussion of how page size affects performance, see Page size in the Operations Guide.