Cacti / plugin_flowview

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

Create Persistent Shard Cache #156

Open TheWitness opened 4 days ago

TheWitness commented 4 days ago

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

Many raw queries include the entirety of the query range and therefore will remain consistent across all subsequent queries, so cache those results to speed subsequent queries.

Additional context

On my tiny lab, it seems that MariaDB can only load about 270MS/second. So, caching is essential.