When you install Extended Parallel Server, use PAGESIZE to configure the database server page size. You can specify a page size of 2048, 4096, or 8192 bytes. If you do not set the PAGESIZE parameter, the database server uses the default page size of 4096 bytes. Once you set the PAGESIZE value, you cannot change it without reinitializing the database server.
Use the following chart to select the best page size for your database server. If your workload is mostly DSS queries, a larger page size provides better performance. If your workload is mostly OLTP, a smaller page size provides better performance.
To check the page size, use the onstat -b or onutil CHECK RESERVED utility.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]