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
Random thought. We have AdditionalFields. Could we just add a custom query option to GetAuditLogsOffset that searches audit logs by their json body payload for the workspace id? Would that be too slow? Should we just add another column and allow a workspace_id for audit logs?
Random thought. We have
AdditionalFields
. Could we just add a custom query option toGetAuditLogsOffset
that searches audit logs by their json body payload for the workspace id? Would that be too slow? Should we just add another column and allow aworkspace_id
for audit logs?Originally posted by @Emyrk in #16507 (review)
Since it's possible to create indexes on jsonb fields, we could ensure good response time for the searches as well. For instance:
The text was updated successfully, but these errors were encountered: