what is the use of mx_u table in FSM?
mx_u table is writing 1.5 million records daily and it is causing my table space to get filled.
what is the use of this table.
what is the use of mx_u table in FSM?
mx_u table is writing 1.5 million records daily and it is causing my table space to get filled.
what is the use of this table.
Best answer by Aaron.Sleight
That table is used internally for usage tracking purposes that could aid in troubleshooting. The data does not need to be persisted long term though, so if you are finding that it is consuming too much storage in the database, you can safely truncate the table periodically without fear of doing harm elsewhere.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.