From:
<car...@te...> - 2003-12-18 00:01:14
|
Hello: > What will I achieve be settings the SetPageBuffers(), SetReservsSpace() > and the QueryBufferSize ? * QueryBufferSize Is the length of the buffer that is going to be used when queriying Firebird Services (isc_service_query). From the Interbase 6.0 API documentation: * SetPageBuffers Set the default number of cache buffers to the specified number; corresponds to gfix -buffers * SetReserveSpace Configure the database to fill data pages when inserting new records, or reserve 20% of each page for later record deltas; the next byte must be one of: • isc_spb_prp_res_use_full • isc_spb_prp_res Corresponds to gfix -use -- Best regards Carlos Guzmán álvarez Vigo-Spain |