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

Is it possible to invoke one database queries when calling changeValueAsync multiple times? #382

Open
kalanyuz opened this issue May 18, 2021 · 2 comments

Comments

@kalanyuz
Copy link

I am making an extension with a UI that can update multiple parameters in my dashboard. The data source is linked to a database. Currently, each change in a parameter/call to changeValueAsync causes the datasource to be queried.

Is it possible for me to group them up and update multiple parameters all at once to reduce the number of time the database is queried?

@johnDance
Copy link
Contributor

@kalanyuz : Currently that is not possible. It is a great idea for a feature enhancement though, @Kovner.

John

@ejvalpey
Copy link

ejvalpey commented May 28, 2021 via email

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

4 participants