> I've noticed a problem on one of my production databases where the ING_SET
> maxlocks=100 symbol table entry is being ignored by some tables and indexes.
>
> With these objects, page locks escalate to table locks after the default 10
> page locks have been taken. The only common factor I can see is that the
> storage structure is HASH. Has anyone else seen this problem?
Can you be sure the session that is taking the locks belongs to a client app
running on the same host where ING_SET is set?
In 2.6 it is probably far preferable to configure system_maxlocks=100 using
CBF rather than relying on environment variables. That way you know
everyone us using the same setting.
Roy Hann (rhann at rationalcommerce dot com)
Rational Commerce Ltd.
www.rationalcommerce.com
"Ingres development, tuning, and training experts"
David Morgan - 26 Jun 2004 20:09 GMT
> Can you be sure the session that is taking the locks belongs to a
> client app running on the same host where ING_SET is set?
My mistake - now fixed.
I thought I had eliminated client sessions from other sources. However the
session (daemon process) that I've now identified as the culprit is running
on the same host, but it's a java app and connecting via the Ingres JDBC
server.

Signature
David