Fastest loader! #2114
Unanswered
geekscrapy
asked this question in
Q&A
Fastest loader!
#2114
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone done any baseline testing to see which filetype loads the fastest?
I often load logs of weird shapes, manually normalise them and export them in jsonl format as an intermediate and standardised format. If the file size is large I will also gzip the file. This allows me to quickly reload in vd if I need to.
So, does anyone know what the fastest loader would be to use to allow me to do the above? I often work with 1gb+ files.
Bonus point: The second thing I like to do is use grep or ripgrep across the jsonl/jsonl.gz files at a later date when I have exact things to search for (rather than reloading it in vd to do simple tasks).
Beta Was this translation helpful? Give feedback.
All reactions