Hi I have a question regarding the sec_session_log table. Is there any impact on the system if I delete the records from time to time? If yes how do cuba recommend user to maintain the table
Hi,
Yes it’s OK to delete records from this table.
If you are going to use some “where” condition when deleting records, don’t forget to check if there are indexes on the columns that you are using and create index if it’s missing.
1 Like
Noted. Much Appreciated!