Manish R Jain
Manish R Jain
Just happened upon this issue. Have you guys considered using WriteBatch for Badger? It can deal with txn sizes and automatically commit them as needed.
I'm no longer managing this repo. I have my own fork of ristretto that I manage and use. https://github.com/outcaste-io/ristretto
@mholt , I maintain a fork of ristretto. I have this and other fixes, if you want to use that. I know Datadog uses my fork. https://github.com/outcaste-io/ristretto/commit/bd658a460d49079c51c64cad7c1634c42df7a0ef
Yes. Of course.
We'd love to add, but we're pretty swamped at the moment. So, this integration would have to come from the community.
Also, if we release a `wisemonk` binary, then the docker image shouldn't be necessary.
To those points raised by Michael, I had replied: > Just to clarify, we ran the tests twice both read-only and r-w workloads -- once with Neo4j query cache enabled...
No PR was ever raised.
Getting similar error: ``` $ curl $URL -X POST -H "Content-Type: application/json" --data '{"jsonrpc": "2.0", "method": "debug_traceTransaction", "params": ["0x893c428fed019404f704cf4d9be977ed9ca01050ed93dccdd6c169422155586f", {"tracer": "callTracer"}], "id":10}' -s | jq { "jsonrpc": "2.0", "id": 10,...
@AskAlexSharov It's synced up to 12 million-th block and the query is touching like 5 million-th block. Are you saying it must be fully synced for traces to work?