Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Parquet be used to store images? Are there any benefits?

Tags:

image

parquet

I understand how parquet works for tabular data and json data.

I'm struggling to understand if/how parquet manages binary images like png files?

Are there any benefits?

Open to moving this question elsewhere, I just couldn't see another community from stack that made sense

like image 599
Jamalan Avatar asked Oct 29 '25 17:10

Jamalan


1 Answers

Parquet can store arbitrary byte strings so it can support storing images but it there are no particular benefits for doing so and most bindings aren't necessarily geared to handle very large row sizes, so an image per row could run into some unexpected performance or scalability issues.

like image 177
Micah Kornfield Avatar answered Oct 31 '25 08:10

Micah Kornfield



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!