Querying S3 without Parquet
An experiment in whether plain JSONL on S3 can be queried efficiently without Parquet. Range binary search, an index binary search, a B-tree and an LSM tree, built directly on a real bucket, with round trips and time measured. Querying works — but the verdict is still Parquet, for maintainability rather than speed.


