You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to manage volume of data stored in the event table. Most of the information in the table is really only relevant for a short period of time but has potential value for auditing. Options
Archive records greater than N days old so that they minimize volume in the database.
Use a different structure entirely for storing?
The text was updated successfully, but these errors were encountered:
Need to manage volume of data stored in the event table. Most of the information in the table is really only relevant for a short period of time but has potential value for auditing. Options
The text was updated successfully, but these errors were encountered: