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

Investigate query performance #22

Open
ElliottKasoar opened this issue Jan 15, 2024 · 0 comments
Open

Investigate query performance #22

ElliottKasoar opened this issue Jan 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ElliottKasoar
Copy link
Owner

While most functionality seems to work reasonably well on a small scale, more consideration needs to be put into storing/querying large amounts of data, including:

  • OpenSearch stability e.g. the containing crashing
    • In some cases, this may be an issue with database setup, rather than abcd interface
  • Poor performance when returning many results
  • Query/push timeouts (in some cases, such as large scale deletion, the instruction may complete despite throwing an exception)

Discussions have also included the use of caching, which can be controlled to some extent, but is also largely handled behind the scenes, as well as pagination, lazy loading etc, although in some cases that caused issues such as generating summary histograms, all the data may be required in memory simultaneously, so there may be no clear resolution.

@ElliottKasoar ElliottKasoar added the enhancement New feature or request label Jan 15, 2024
@ElliottKasoar ElliottKasoar self-assigned this Jan 15, 2024
@ElliottKasoar ElliottKasoar added this to the Initial Release milestone Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant