Subject Re: connecting to classic server on linux takes 30s
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, Lutz Mueller
<Lutz.Mueller@g...> wrote:
> hello all,
> but while all other
> db-operations are executed faster with the cs-architecture, it now
takes up
> to 30s to attach to the database (no matter if i use tcp/ip or
access the
> file directly).

Lutz, very strange. What is database_cache_pages parameter in
isc_config? Did'nt you set it in database directly using gfix? Note in
Classic each connection create own cache, check if it remained about
10000 from previous Super installation. Another point - don't you name
"attach" first statement execution? FB1.5 have additional indices on
system tables which shorten this time for complex (several hundreds
and more) objects.

Best regards, Alexander.