You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to extract buffering functionality into a separate class to support future implementations of advanced flushing where we process multiple buffers instead of just one.
The text was updated successfully, but these errors were encountered:
Summary: To simplify the code of `PgSession` class and simplify further implementation of write operation buffering subsystem improvements (issue #11628) code related to buffering is moved into separate class `PgOperationBuffer`. Current functionality of buffering subsystem is preserved (in general).
Test Plan: Jenkins
Reviewers: nli, pjain
Reviewed By: pjain
Differential Revision: https://phabricator.dev.yugabyte.com/D16083
Description
We want to extract buffering functionality into a separate class to support future implementations of advanced flushing where we process multiple buffers instead of just one.
The text was updated successfully, but these errors were encountered: