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

SPIKE: Investigate harvest and index bottleneck #322

Open
ghost opened this issue Jul 17, 2023 · 2 comments
Open

SPIKE: Investigate harvest and index bottleneck #322

ghost opened this issue Jul 17, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 17, 2023

No description provided.

@ghost ghost added the maintenance label Jul 17, 2023
@ghost
Copy link
Author

ghost commented Jul 18, 2023

Here are my suggestions thus far.

  1. scale pods configuring each instance to index a specific class model, or at least divide up class models between a few instances
  2. explore mechanism to combine granular sparql constructs or process to combine them without breaking changes
  3. implement debug logging identifying duplicate triples in sparql responses

@ghost ghost linked a pull request Jul 25, 2023 that will close this issue
@ghost
Copy link
Author

ghost commented Aug 4, 2023

There is a potentially significant optimization that can be made for all top-level properties of the scholar's domain model. A single SparQL construct query can be submitted for all individuals for a property at once. These can be cached in a map for lookup while filling up properties of each individual's Solr document.

@ghost ghost removed a link to a pull request Aug 7, 2023
@ghost ghost assigned ghost and unassigned ghost Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

0 participants