xtuml / munin

Apache License 2.0
1 stars 0 forks source link

Investigate performance issues #228

Open leviathan747 opened 2 weeks ago

leviathan747 commented 2 weeks ago

The leading theory is that the move to JSON serialization caused the performance degradation. We first need to revert to the old binary format to prove that theory.

Once proven, compare the following formats:

Consider which format is best. Consider making this a per-topic configuration

leviathan747 commented 2 weeks ago

A test build was created (4.4.6-binary). Compared to the latest release build 4.4.5, no performance difference was observed in initial tests.

leviathan747 commented 1 week ago

After testing with different versions of docker, it was observed that using docker engine v26.0 produces about twice the performance compared to using docker engine v26.1