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
I imagine one approach is to put it into the log
another one is to put it into a system table that can be queried.
I feel the latter one is better as the log is managed. For on-premium users, I guess it is always a pain to bring another log management system which may bring more difficulties for us to debug when providing support.
DML operations could be too many and they are less critical.
DDL only sounds more reasonable.
The text was updated successfully, but these errors were encountered:
I imagine one approach is to put it into the log
another one is to put it into a system table that can be queried.
I feel the latter one is better as the
log
is managed. For on-premium users, I guess it is always a pain to bring another log management system which may bring more difficulties for us to debug when providing support.DML operations could be too many and they are less critical.
DDL only sounds more reasonable.
The text was updated successfully, but these errors were encountered: