buffer-slayer
buffer-slayer copied to clipboard
Improve database performance by operating in batch
Results
3
buffer-slayer issues
Sort by
recently updated
recently updated
newest added
Buffer write commands together and use `jedis.pipelined()` to send them.
1. Invent an eventloop to schedule queue flush, so thread count is not reporter-bounded. 2. Each queue are bounded to specific eventloop, so there will be only one consumer. 3....