SQLite-lines - 大きなファイルを行単位で読む拡張
(github.com/asg017)- NDJSON、JSON Lines、logs、txt などのファイル、または Blob から高速に読み込む拡張
- py-pandas より 52 倍、sqlite-utils より 18 倍、dsq より 16 倍高速
- 使い方
.load ./lines0
select line ->> '$.countrycode' as countrycode, count(*) from lines_read('./calendar.ndjson')
まだコメントはありません。