mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
947799d28e
This adds a new optimization feature that allows expensive tables to cache their results between JOINs. Consider JOINing a list of open sockets, for each process, then requesting to hash each process path. This query may hash the same path multiple times. Within-query caching allows the hash table to respond with the previous result of the hash request as long as the requested computation was the result of a single query. Subsequent queries will perform subsequent hashing. |
||
---|---|---|
.. | ||
config.h | ||
core.h | ||
database.h | ||
dispatcher.h | ||
distributed.h | ||
enroll.h | ||
events.h | ||
extensions.h | ||
filesystem.h | ||
flags.h | ||
hash.h | ||
logger.h | ||
packs.h | ||
registry.h | ||
sdk.h | ||
sql.h | ||
status.h | ||
tables.h |