Closed normanrz closed 9 months ago
As discussed in #254 and proposed by @jbms, this PR adds the index_location configuration parameter to the sharding_indexed codec.
index_location
sharding_indexed
Allowing to place the shard index at the beginning of a file may be beneficial for writing shard on stores that support random writes.
Do you think we should move forward with this @normanrz?
Yes! I don't have merge rights so please go ahead and merge.
As discussed in #254 and proposed by @jbms, this PR adds the
index_location
configuration parameter to thesharding_indexed
codec.Allowing to place the shard index at the beginning of a file may be beneficial for writing shard on stores that support random writes.