blaze / castra

Partitioned storage system based on blosc. **No longer actively maintained.**
BSD 3-Clause "New" or "Revised" License
153 stars 21 forks source link

consider sorting the index in extend #19

Closed cpcloud closed 9 years ago

cpcloud commented 9 years ago

For many dask operations it very useful to have the index in each partition sorted. In certain cases, particularly time indexed frames, operations like resample break without a sorted index in each partition. I think we should do this either by default or have an option to do this