Cacti / plugin_flowview

FlowView Plugin for Cacti
GNU General Public License v2.0
18 stars 10 forks source link

Support Parallel Queries through a MariaDB or MySQL proxy such as MaxScale #154

Open TheWitness opened 5 days ago

TheWitness commented 5 days ago

Is your feature request related to a problem? Please describe.

In my dinky home lab, testing the scalability of Parallel Queries is quite limited, not only by disk performance, including disk cache, but in the number of available threads to read and process the data.

So, let's allows FlowView to jump outside the confines of a single server.

Describe the solution you'd like

Provide an alternative connection for performing parallel queries.

Describe alternatives you've considered

Well columnstore, but no VARBINARY() or INET6() types....