I am pretty new to python and databases. I am trying to write my dataset in the feather format. The dataset is large and segmented, I want to store my data in chunks and retrieve only certain chunks when I need them. Would this be possible ? I appreciate any advice, Thank you!
I was looking through the API for feather in pyarrow, I found that the write function allows you to specify chunksize, but I haven't been able to find out how to read the chunks or query specific chunks.