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

feat(query): make regexp initialized at compile time #10435

Merged
merged 7 commits into from
Mar 10, 2023

Conversation

xinlifoobar
Copy link
Contributor

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Initializing the federated regex at compile time to improve runtime matching perf.

Closes #10286

@vercel
Copy link

vercel bot commented Mar 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated
databend ⬜️ Ignored (Inspect) Visit Preview Mar 10, 2023 at 7:29AM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Mar 8, 2023
@BohuTANG BohuTANG requested a review from sundy-li March 8, 2023 10:00
@xinlifoobar
Copy link
Contributor Author

The CI failed due to timeout, could we retry it?

@sundy-li sundy-li requested a review from TCeason March 8, 2023 13:18
@BohuTANG BohuTANG merged commit b4329be into databendlabs:main Mar 10, 2023
@xinlifoobar xinlifoobar deleted the dev/xinli/compiled-regex branch March 10, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: make regexp initialized at compile time
3 participants