You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to implement byte range fetch in order to use this tool to benchmark different partitioning scheme :
use byte range fetch on 8MB chunks to read 1GB of data from a large single
use multiples objects of smaller sizes with the same prefix
use multiples objects of smaller sizes with the different prefix
In addition, given the importance of sharding on performance, it would be nice to get a grip on how to use prefix to populate the object store.
Example : option to specify a target of ~100 objects per prefix
Regards
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this very useful tool !
Would it be possible to implement byte range fetch in order to use this tool to benchmark different partitioning scheme :
In addition, given the importance of sharding on performance, it would be nice to get a grip on how to use prefix to populate the object store.
Example : option to specify a target of ~100 objects per prefix
Regards
The text was updated successfully, but these errors were encountered: