Skip to content

[CASSANDRA-20465][trunk] Reduce performance impact of TableMetadataRef.get and KeyspaceMetadataRef.get #4232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

netudima
Copy link
Contributor

@netudima netudima commented Jul 8, 2025

\Move TableMetadataRef.get to init part of bulk operations (such as flush and compaction)
Cache TableMetadata value within TableMetadataRef to reduce overheads for write operations, same for KeyspaceMetadata

Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-20465

netudima added 3 commits July 6, 2025 14:27
…aRef.get

Move TableMetadataRef.get to init part of bulk operations (such as flush and compaction)
Cache TableMetadata value within TableMetadataRef to reduce overheads for write operations, same for KeyspaceMetadata

Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-20465
Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-20465
… is used

Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-20465
@belliottsmith belliottsmith force-pushed the trunk branch 2 times, most recently from df3eb40 to 54e39a9 Compare July 23, 2025 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant