Skip to content
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

Prepare for specialized interface for row cache #11620

Closed
wants to merge 1 commit into from

Conversation

ajkr
Copy link
Contributor

@ajkr ajkr commented Jul 18, 2023

An internal user wants to implement a key-aware row cache policy. For that, they need to know the components of the cache key, especially the user key component. With a specialized RowCache interface, we will be able to tell them the components so they won't have to make assumptions about our internal key schema.

This PR prepares for the specialized RowCache interface by updating the migration plan of #11450. I added a release note for the removed APIs and didn't mention the added ones for now. That's because I would guess a release note would not get users to migrate early, vs. the combination of us reaching out to the known users individually and forcing migration in Phase 2. But I can add one if anyone thinks it is useful.

@facebook-github-bot
Copy link
Contributor

@ajkr has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Copy link
Contributor

@pdillinger pdillinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, LGTM!

@ajkr
Copy link
Contributor Author

ajkr commented Jul 19, 2023

Thanks for the review!

@facebook-github-bot
Copy link
Contributor

@ajkr merged this pull request in 05c3b8e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants