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

BatchRecord: select primary keys instead of full records #138

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

maximerety
Copy link
Contributor

@maximerety maximerety commented Feb 26, 2024

It can help performance by avoiding table lookups and reducing network usage.

For the potential gains, see benchmark: #136 (comment)

It can help performance by avoiding table lookups and reducing network
usage.
@maximerety maximerety requested a review from a team as a code owner February 26, 2024 08:39
@maximerety maximerety changed the title Select primary keys instead of full records BatchRecord: select primary keys instead of full records Feb 26, 2024
@maximerety maximerety merged commit fe0be8d into master Feb 26, 2024
14 checks passed
@maximerety maximerety deleted the batch-over-select-id branch February 26, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants