This repository was archived by the owner on May 8, 2026. It is now read-only.
feat: add new session based protocol stack#2862
Merged
gcf-merge-on-green[bot] merged 8 commits intoApr 9, 2026
Merged
Conversation
|
Warning: This pull request is touching the following templated files:
|
c85c3ba to
b39b51f
Compare
The new protocol changes the paradigm of bigtable service from an RPC server where each operation is independent to more of a file like model where a table is opened and allows many read & write operations. This will have a significant impact on lowering latencies. All of the changes are internal to the client and the existing public surface remains the same. By default the new protocol is disabled and will be slowly enabled in the future using the client config api. Change-Id: I92db1ec5929019a06b1490b06ed0fd85893696c4
b39b51f to
9fa3193
Compare
… it doesnt need em Change-Id: I9924d7b9f1cf40b81e11a66030109c877eba6a75
… them part 2 Change-Id: I7b446d2f0e5951a160659dd628c9ef00f47af04c
mutianf
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new protocol changes the paradigm of bigtable service from an RPC server where each operation is independent to more of a file like model where a table is opened and allows many read & write operations. This will have a significant impact on lowering latencies. All of the changes are internal to the client and the existing public surface remains the same. By default the new protocol is disabled and will be slowly enabled in the future using the client config api.
Notable changes:
CBT_DISABLE_SESSIONS=true