Subject | Re: [firebird-support] Effect of DefaultDbCachePages? |
---|---|
Author | Ivan Prenosil |
Post date | 2009-01-21T14:55:27Z |
>> When the application connects to the database using isc_attach_database() FB API call,Temporary for the connection (CS),
>> it can specify desired cache size by isc_dpb_num_buffers value. If you do not use FB API directly,
>> you have to consult documentation of your connect library or application.
>> E.g. with ISQL you can specify that value as command line parameter "-cache 12345",
>
> Is this a temporary setting for the connection or will this be the page
> buffers value for further connections as well, e.g. queryable via the
> header page?
or temporary until last connections is closed (SS).
Ivan