Migrate upload-bin
and NeoFSBlockFetcher from SEARCH for range to SEARCH with strict equality comparator
#3670
Labels
enhancement
Improving existing functionality
I4
No visible changes
S3
Minimally significant
U1
Critically important to resolve quickly
Milestone
Is your feature request related to a problem? Please describe.
SEARCH over range of objects (using
matching.MatchNumGE
andmatching.MatchNumLT
) often returns incomplete result (#3645). Search for a single object is more reliable.Describe the solution you'd like
Use
object.MatchStringEqual
to search for 10K-batches for bothupload-bin
and NeoFSBlockFetcher.Describe alternatives you've considered
No alternatives.
The text was updated successfully, but these errors were encountered: