Subject Re: Buffers
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, Uwe Oeder <uweo@c...> wrote:
> Is there a way I can specify my buffers amount in the SQL statement
I use t
> make my database without using the GFIX tool ?

Uwe, take a look on Operations Guide, it's wery interesting book ;)
About cashe buffers: they can be specified:

1. On server level in firebird.conf
2. On database level using gfix (overrides 1 for this database)
3. On connection level using connection parameters (overrides 1 and 2)

Best regards,
Alexander.