create index ixCfid on COLDFUSION_ClientVariableStore.dbo.cglobal (cfid)
This seemed to help a lot with the page load times.
Ticking Disable global client variable updates in the Administrator stopped the exponential db growth.
create index ixCfid on COLDFUSION_ClientVariableStore.dbo.cglobal (cfid)
This seemed to help a lot with the page load times.
Ticking Disable global client variable updates in the Administrator stopped the exponential db growth.