Subject | RE: [firebird-support] Re: High "Mutex wait" value, after increase in "Hash Slots" to 90001 |
---|---|
Author | Leyne, Sean |
Post date | 2017-03-12T17:24:32Z |
> > Am I right to think that I need to create a process to run the command on a<SL> That's fine, that is at least a path to investigate...
> regular basis (every 5 secs?) to find what objects locks are waiting for?
>
> Yes. But we're still guessing in the dark
>, the reason of the slowdown could be completely unrelated to the lock manager (e.g. bad plans,<SL> We only have 1 process which access MON$ tables, it is a job that runs every 5 minutes to report on long running SQL statements, none of our triggers reference MON$ structures.
> undesired access to MON$ tables inside triggers, whatever else).
<SL> The only thing that we use often is GET/SET RDB$Context variables...
Sean