Inhume
operation to improve speed with large object sets
I suggest to perform Inhume on different shards concurrently. Or I missing something?
Inhume
operation to improve speed with large object sets
I suggest to replace map[string][]int
with map[string][]oid.Address
. Anyway you do this in inhume
method.
I agree with @fyrchik
Looks like you have forgotten regularVector = append(regularVector, ns[i][rem[i]:]...)
here
First of all, thanks for the PR. Аttachments are not opening. Can you attach images of what the events look like in jaeger? There is also an implementation proposal: add an event not only at…
Inhume
operation to improve speed with large object sets
To tell the truth, I don't like this approach. It turns out that one request with a large number of addresses to inhume can block other Inhume
requests. I suggest using concurrent execution for each request.
zap.Error
According to the issue on github, initially the problem was with errors from the pkg/errors, which stored information…