Skip to content

Optimize ipv6servers database and servers stats module

Hiro requested to merge optimize-servers into master

This solve issue: #40060 (closed) By optimizing the ipv6servers database using materialized views that can be persisted into memory. It also splits large view into smaller materialized view that can be updated one by one. An update function is added to the database class of the servers stats module to take care of updating all the views in the right order.

Merge request reports

Loading