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

Add support for batch query #219

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

richardhuaaa
Copy link
Contributor

@richardhuaaa richardhuaaa commented Oct 12, 2024

Implements batch querying and unit tests, which will also be used in the next PR for catch-up of historical messages when streaming. Also got rid of our use of NullInt32 in queries, which simplifies the go code a little.

For now we let up to 10k topics be specified in these queries - we can do proper benchmarking and SQL analyzing later to see how we should adjust it.

Closes #218

@richardhuaaa richardhuaaa requested a review from a team as a code owner October 12, 2024 00:01
Copy link

graphite-app bot commented Oct 12, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “Queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “Hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

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.

Support batch queries
1 participant