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

Query Optimization #5

Open
shroffk opened this issue Jul 1, 2015 · 0 comments
Open

Query Optimization #5

shroffk opened this issue Jul 1, 2015 · 0 comments

Comments

@shroffk
Copy link
Contributor

shroffk commented Jul 1, 2015

The current elastic search queries could be optimized. There are currently two groups

  1. Search queries - based on the parameters provided by the users the search queries (multi match) could be constructed in a way to use the most restrictive search parameter first.
  2. update/create/delete queries - these use quite a few scripts to perform appropriate operations and keep the data consistent...some of these scripts require loops. While the primary objective is to speed up the search these operations could be updated with simpler scripts.
  3. the use of setSize should be replaced with the use of streaming
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

1 participant