neofs-node
neofs-node copied to clipboard
SEARCH improvements
Is your feature request related to a problem? Please describe.
I'm always frustrated when SEARCH is slow and really unoptimal.
Describe the solution you'd like
Improvements to consider:
- Do not accumulate SEARCH results from local/remote storages in memory before streaming results, stream them immediately to make search a more flexible operation instead;
- Return results sorted
- ...
Describe alternatives you've considered
-
Additional context
https://github.com/nspcc-dev/neo-go/issues/3645 https://github.com/nspcc-dev/neo-go/issues/3647 https://github.com/nspcc-dev/neofs-node/issues/2721