In our Sybase 11.9.2 on AIX we have a small table about 10-20 rows, row
length less than 500. This table is heavily updated.
The first problem I encountered was that of page locking. Since multiple
jobs trying to update different rows on the table, Sybase would lock the
whole page blocking the other update jobs. Tried to resolve this by alter
table lock datarows and also changing 1 row per page. This has fixed the
problem somewhat but the problem still occurs.
I am thinking that Sybase will still do a table lock since it thinks table
lock is more efficient than a row lock considering the number of rows
involved.
Basic question then is how can I ensure that Sybase will strictly do a row
lock. Is there a setting in 11.9.2 or is this not an issue with future
Sybase versions.
Thank you.
"Kapal Mo" <kap...@nospam.hotmail.com> wrote in message news:<68Zha.37729$cB3.2...@nnrp1.uunet.ca>...