LeoYang90
LeoYang90
> Thanks, really impressive results. My main worry about this changes is code readability, creating yet another read mode makes it even harder to understand. It's my personal opinion, but...
``` $cat /proc/cpuinfo | grep "physical id" | uniq | wc -l 4 $cat /proc/cpuinfo | grep "cpu cores" | uniq cpu cores : 24 $cat /proc/cpuinfo | grep 'model...
> From what I understand from the patch, the logic seems like to be: > > When we create the txReadBuffer, we don't copy the content. Instead, we hold a...
     
Thanks. Performance test is already under compaction, which is set ETCD_AUTO_COMPACTION_RETENTION=5m. @wilsonwang371

 @wilsonwang371 @ptabor
> @LeoYang90 can you please fix conflicts? Thanks! Already done. @spzala