We're getting a lot of contention on
resource->rdesmgr_spin
The advise here http://wiki.scn.sap.com/wiki/display/SYBASE/Spinlocks+and+CPU+usage+in+SAP+ASE#
is to use dbcc tune(des_bind,)
but this limits our ability to do reorgs, etc as we can't unbind objects easily. DBCC Tune(DES_BIND) determining the correct objects
Is there another way to reduce contention without using dbcc tune ?
Would setting up more named caches improve things albeit not fix it altogether ?
Would a cache for the sys*objects be useful ?
Thanks
Mike