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
Add table `deb_package_files` (#8657)
This is implemented following the example of `rpm_package_files`. Not all of the columns from that table are available due to what is provided in the package list file.
Add recent_files table on Windows (#8603)
Recent files are stored as .lnk shortcuts in a specific directory per user. This table makes that information easier to read than using the file table directly.
Filter the Win32_Processor query to only required fields (#8598)
Querying Win32_Processor for all fields has a performance penalty of 1.1s per CPU core - this is mostly unnoticable on small boxes, but on larger boxes can actualloy have a significant impact on startup performance. Even on an 8 core system, this takes the startup time for osqueryi from 8.5s to 0.2s.