ipfs / go-ds-flatfs

A datastore implementation using sharded directories and flat files to store data
MIT License
46 stars 21 forks source link

support for Query.ReturnSizes #58

Closed MichaelMure closed 4 years ago

MichaelMure commented 4 years ago

In https://github.com/ipfs/go-datastore/pull/134 is added a new request field in queries: Query.ReturnSizes.

To honor this field, datastore implementations can either: