ShiKaiWi opened a new issue, #1397:
URL: https://github.com/apache/incubator-horaedb/issues/1397

   ### Describe This Problem
   
   There is no soft limit over the space/instance's memtable usage in the 
current write procedure, and the following write requests must be 
blocked/rejected once the hard limit is reached. In conclusion, write errors 
will occur intermittently and if the hard limit of the instance/space's 
memtable is reached.
   
   ### Proposal
   
   Introduce the soft limit over the space/instance's memtable usage, and once 
it is reached, the flush of the largest memtables in the space/instance should 
be triggered, and the flush should not block the write procedure. Only the hard 
limit is reached, the following write requests should be rejected.
   
   ### Additional Context
   
   _No response_


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to