https://github.com/osquery/osquery logo
Title
f

fritz

04/15/2020, 3:56 PM
This is great @defensivedepth, may want to considered documenting (perhaps separately) built-in functions to identify bottlenecks in SQL from within osqueryi (eg. needless recursion/repeated table scans) eg.
EXPLAIN QUERY PLAN
and
.timer ON
👍 1
d

defensivedepth

04/15/2020, 4:08 PM
Great idea, thanks @fritz