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

Reduce the number of calls to the satellite in the gateway (compatibility checks) #420

Open
amwolff opened this issue Mar 26, 2024 · 1 comment

Comments

@amwolff
Copy link
Member

amwolff commented Mar 26, 2024

Goal

Reduce the number of calls to the satellite in the gateway even at the expense of compatibility to make sure that we maintain one gateway call per one satellite call to reduce the latency and the load on the metabase.

Acceptance Criteria

Go through each gateway method and try removing extraneous calls if our test suites allow it.

@halkyon
Copy link
Contributor

halkyon commented Apr 17, 2024

// TODO this should be removed and implemented on satellite side

These comments in the code are probably the first targets to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants