Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 4002
blobb895f456485adbfbbdc05758638dc48a68e5febf
1 Title: Speed up display of BI aggregations
2 Level: 2
3 Component: bi
4 Compatible: compat
5 Version: 1.4.0i3
6 Date: 1481707801
7 Class: feature
9 Previously, each Apache process had to compile the all BI aggregation trees
10 by itself.  This generated lots of CPU load during core restart, especially
11 on larger BI configurations.
13 With this update, an Apache process no longer computes the BI trees only
14 for its own use.  The computation results are now shared between the
15 different processes through cache files.
17 If you encounter any bugs with this new mechanism you can switch back to the
18 old implementation via the global settings option <i>Use legacy compilation
19 for BI aggregations (slower)</i>.