We are getting a lot of this query in the LF DB.
select sum(convert(bigint, d.txt_size)) + sum(convert(bigint, d.img_size)) + sum(convert(bigint, d.lft_size)) + sum(convert(bigint, d.loc_size)) from doc d join toc t on d.tocid = t.tocid where t.vol_id = @P1
We are using 9.1
Does anybody know what is triggering this query? Is very intensive and locking the rest of the LF sql statements.
Thanks
Gian