Hacker News new | ask | show | jobs
by wcarss 1920 days ago
Not applicable to parquet, but I have used zless/zgrep often on tar.gz-compressed logs.

(I'm not sure what they're doing is actually that efficient though...)

2 comments

FYI, the Logfile Navigator (https://lnav.org) can display gzipped/bzipped files on the fly. The top-of-tree has new support for automatically unpacking archives to a temporary directory using libarchive and displaying the contents.
https://linux.die.net/man/1/zless

Sadly, it looks like it just pipes to gzip -cdfq.