Skip to content

Conversation

moodyjon
Copy link
Contributor

Context: lbryio/lbry-sdk#3706

Not sure that the query for extensions works as well as I would like.

Also I plan to look into some of the options for limiting how many fields, and how deep the indexing of fields within extensions goes:
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-settings-limit.html

@moodyjon moodyjon requested a review from jackrobison November 15, 2022 21:50
@lbry-bot lbry-bot assigned moodyjon and jackrobison and unassigned moodyjon Nov 15, 2022
@moodyjon
Copy link
Contributor Author

The point of commit 5b1d4bf

Is to cut off indexing of all the nested things inside extensions. The fields which are “runtime” can be queried, but not as time-efficiently as others. So you can find extension “cad” quickly because they are indexed, but query on fields like “cad.foo” are evaluated more slowly.

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