Hacker News new | past | comments | ask | show | jobs | submit login

> There are APIs to fetch byte ranges from objects. Would that work without decompressing the entire object?

I wonder if you could store the objects in chunks and then individually compressed. Create an index of the byte ranges for those chunked objects so they can be looked up easily.

For example:

range 0-4000 -> objectA, objectB, objectC

Then just return those 3 objects, decompressed.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: