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
Implement a performance speedup on the new santa_allowed table using the constraints feature, such that the santa_allowed table can be queried faster using WHERE clauses.
Implement a performance speedup on the new
santa_allowed
table using the constraints feature, such that thesanta_allowed
table can be queried faster usingWHERE
clauses.Example:
https://github.com/facebook/osquery/blob/master/osquery/tables/system/darwin/signature.mm#L252
Reference:
https://osquery.readthedocs.io/en/stable/development/creating-tables/
The text was updated successfully, but these errors were encountered: