IBX.IBServices.TIBConfigService.SetPageBuffers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPageBuffers (Value: Integer);

C++

void __fastcall SetPageBuffers(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBConfigService

Description

Sets the number of database page buffers.

Call SetPageBuffers to set the number of database page buffers.

When a program establishes a connection to a database, InterBase allocates system memory to use as a private buffer. The buffers are used to store accessed database pages to speed performance. The number of buffers assigned determines how many simultaneous database pages it can have access to in the memory pool. Buffers remain assigned until a program finishes with a database.

For more information on page buffers, refer to 'Setting database cache buffers' in the InterBase 6 Programmer's Guide.

Note: You must install InterBase 6 to use this feature.