Subject | Re: [firebird-support] Re: Classic server vs. Super server |
---|---|
Author | Ivan Prenosil |
Post date | 2009-12-14T11:16:37Z |
>> Wich Classic, you can adjust cache size for each connection separately.It is connection parameter. E.g.
> How to do that? I've never seen this on documentation.
in ISQL use "-cache <num>" command line switch,
in FSQL you can add "CACHE <num>" parameter to CONNECT command,
with FB API use isc_dpb_num_buffers parameter in isc_attach_database() call,
etc.
Ivan
http://www.volny.cz/iprenosil/interbase/