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

Database Performance Opportunity #4

Open
larsborn opened this issue Sep 2, 2019 · 3 comments
Open

Database Performance Opportunity #4

larsborn opened this issue Sep 2, 2019 · 3 comments
Assignees

Comments

@larsborn
Copy link
Collaborator

larsborn commented Sep 2, 2019

We are sending quite some queries like

(SELECT id FROM tbl_sample_sources WHERE source like '%somethingsomething%' LIMIT 1000)

to the database. Using wildcards both in the beginning and the end is hard to optimize for MySQL.

@silascutler
Copy link
Collaborator

Yeah, I'll start looking into ways to improve this. When it was initially written I wanted to ensure support for searching for parts of the URI path - Ex:

image

@larsborn
Copy link
Collaborator Author

larsborn commented Sep 24, 2019 via email

@silascutler
Copy link
Collaborator

Sounds good. I'll leave it to you

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

No branches or pull requests

2 participants