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

Support querying data for only selected beacons #357

Open
Siegrift opened this issue Aug 21, 2024 · 0 comments
Open

Support querying data for only selected beacons #357

Siegrift opened this issue Aug 21, 2024 · 0 comments

Comments

@Siegrift
Copy link
Collaborator

It's common for searchers to only require values for certain beacons. Currently, they have to query them all and filter the ones they need from response. This requires a lot of data to be sent over the wire and causes delays/failures.

The disadvantage of this is that right now the endpoint is easily cache-able, because it's completely static. This would likely require some changes on CDN side (ideally the filtering would be performed by the CDN itself).

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