sinpo828
sinpo828
Fixes #447 ### Motivation Try to fix issue #447. ### Modifications Compress the payload when the payload is too bigger, and check whever the 'compressed payload' is still bigger than...
### What version of Go are you using (`go version`)? $ go version go1.19 ### Does this issue reproduce with the latest release? Yes. It can be reproduce on go...
[Bug]: insert operation always try to inser into '_default' partition even partitionkey is enabled
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior not support manually specifying the partition names if partition key mode...
https://github.com/dgraph-io/benchmarks/blob/8ed23af58e6d5f3e4cd1b3ea0517653ce4200ccd/cachebench/ristretto/bench.go#L48 ``` flagSuite = flag.String( "suite", "all", `You can chose from the following options: "all" - hit ratio and speed performance "hits" - hit ratio "speed" - throughput `, )...