Imagine we have 3k+ tags that we want to store in the database periodically. We use historical logging and transaction groups for that. So that the amount of queries is quite high. What should we consider when creating high database load? Where COULD BE the bottleneck with such setup? It is Ignition, JDBC driver, or the database itself? Should we increase buffers for faultless work?
These 3k+ is given for an example.
Opinions please