Hi,
I'm using lines0.so v0.1.1.
If I run this command on this input csv file
sqlite3 tmp.sqlite "select count(*) from lines_read('input.csv');"
I have the output in 0.229 seconds.
If I apply the same to your example ndjson file
sqlite3 tmp.sqlite "select count(*) from lines_read('calendar.ndjson');"
I have the output in 51.493 seconds. Probably I'm doing something wrong.
Using wc <calendar.ndjson wc -l I have the output in 1.053 seconds.
Thank you
Hi,
I'm using
lines0.so v0.1.1.If I run this command on this input csv file
I have the output in 0.229 seconds.
If I apply the same to your example ndjson file
I have the output in 51.493 seconds. Probably I'm doing something wrong.
Using wc
<calendar.ndjson wc -lI have the output in 1.053 seconds.Thank you