Subject | Re: Can't find shared latch error |
---|---|
Author | remk_1 |
Post date | 2006-01-20T16:36:09Z |
Hi, Ann
If it means that only 20 transactions can modify one record (or even
several records of the page) at the same time, it could probably
explain the error. We use several tables with just a few records that
are changed so often that we may get over the limit before the
transactions are committed.
design change of the application.
Thanks for help,
Michal
> That's one of the internal "can't happen" errors. For reasonsunclear
> to me, only 20 transactions are allowed to share a single page incache.
If it means that only 20 transactions can modify one record (or even
several records of the page) at the same time, it could probably
explain the error. We use several tables with just a few records that
are changed so often that we may get over the limit before the
transactions are committed.
> This is not a user level error, it's a bug, and should be sent tothe
> devel list. Please tell them I sent you, and please think ofanything
> that's different at this one client.I surely will, although the short term solution seems to be only
design change of the application.
Thanks for help,
Michal