Skip to content

3.0.0.8

Compare
Choose a tag to compare
@AloisKraus AloisKraus released this 14 Jun 14:21
· 6 commits to main since this release
  • Extracted Json files are now compressed into a single .json7z file. See #88. This saves a lot of space.
    • To get the old behaviour use during -Extract the -NoCompress switch.
    • This makes it also easy to rename an extracted file to describe what the file really contains.
    • The data is streamed into the .json7z archive and streamed back in memory with no temporary files.
    • ETWAnalyzer depends now on Squid-Box.SevenZipSharp.Lite Nuget package.
  • Improved help messages. Do not show full help for unknown commands but just the list of commands with their command line options.
  • Added .load -all option to fully load files during load. By default the files are deserialized on access by the .dump commands.
    This is useful if you want to get fast queries after loading data from a slow network share. In the meantime get some coffee and let the machine do the work.

Fixes