|
|
|
|
|
by rockeetterark
358 days ago
|
|
It depends on workloads, in most cases, there is at least 3x perf gain. One of our customer get 20x perf gain(point search). Another significant improvement is `select count(*) from SomeTable` in MyTopling, I optimized such query by 30x+ faster than MyRocks, 10x+ faster than InnoDB, while the multi-thread scaling is near linear -- better than InnoDB. |
|