git-hulk commented on PR #1489:
URL: 
https://github.com/apache/incubator-kvrocks/pull/1489#issuecomment-1588475568

   > seems the ring buffer is shared between all connections, so just be 
curious that, will the functionality of SCAN get break if we have lots of 
client connections simultaneously? And could we make it duplicate per 
connections or able to adjust the buffer size dynamically?
   
   @PragmaTwice It cannot be per connection since we need to allow using the 
cursor in different connections. That's to say, the connection A got the cursor 
should can be visible to connection B from the client side. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to