Database data to tags

I have multiple screens that need data from a shared database.
Presently the data is obtained via 240 sql calls, a piece at a time.
When 2 or more clients open the screen with the sql calls the system (database) comes to a crawl.
How can I get the data from the database into system tags?

Why not bring in the data via SQL gateway tags?
https://docs.inductiveautomation.com:8443/display/DOC/Creating+Query+Tags

1 Like