Hi All,
We have a customer using Dynamics NAV 2013 R2 which is integrated with their custom made e-Commerce website. Their website is getting almost 4-5 million users per day. As a result we are getting more then 10 million records in the "Session Event" table per day.
We are truncating this table daily, but still tons of I/O requests are there for this table and hence getting locking issues.
Is there any possible way we can stop entering data in the "Session Event" table? Or filter out all instertion from the webusers?
Thanks,
0
Comments
ERP Consultant - MS Dynamics NAV
https://lk.linkedin.com/pub/lakshan-vindana-kulawansa/37/2a2/592
Whenever any user login/logout, it creates one entry in the "Session Event" table. I want to stop this insertion.