popduke opened a new pull request, #155:
URL: https://github.com/apache/bifromq/pull/155

   The "CleanStart = true" with a non-empty client ID requires clearing the 
previous session, which may trigger a write to the inbox store regardless of 
whether a previous session actually exists. To reduce unnecessary overhead, we 
can first check for the existence of the session—a lightweight read—and only 
perform the clear operation if necessary. This approach can significantly 
reduce inbox store overhead in typical scenarios.


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