Skip to content

Improve performance of dashboard

suela requested to merge feature/dashboard_domainmapping_perf_improv into master

It consists on pre-computing the domain mapping when the application starts, avoiding calling the very expensive call to Go code from SQlite

In some large log sets the queries that use domain mapping went to almost half of the execution time.

Edited by suela

Merge request reports