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

DM-40126: Stop using the full-text index on the query metadata table in Qserv #802

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

iagaponenko
Copy link
Contributor

No description provided.

The new implementation of the Qserv query search service no longer
uses the full-text indexes on the query text. The service now relies
on the simpler search methods LIKE and REGEXP.

The version number of the API is now 23.
Changes affect the search for for the past queries.
Copy link
Contributor

@fritzm fritzm left a comment

Choose a reason for hiding this comment

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

LGTM -- thanks!

@iagaponenko iagaponenko merged commit 94847e6 into main Aug 1, 2023
16 checks passed
@iagaponenko iagaponenko deleted the tickets/DM-40126 branch August 1, 2023 01:50
@iagaponenko iagaponenko changed the title Tickets/dm 40126 DM-40126: Stop using the full-text index on the query metadata table in Qserv Aug 18, 2023
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.

2 participants