bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

Evaluate switching to pickle DBs

Open marco-c opened this issue 6 years ago • 2 comments

They should be faster to read and write (we need to confirm).

marco-c avatar Jul 19 '19 18:07 marco-c

Since we started using orjson, this might no longer be useful. I quickly run a couple of basic benchmarks and the orjson implementation is basically on par with the pickle one, but we need to do the benchmarking a bit more seriously in order to confirm.

marco-c avatar Oct 20 '19 13:10 marco-c

Parquet formats are also designed for efficient read and write operations on large datasets.

anirban-oss avatar Mar 23 '23 20:03 anirban-oss