mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-15 21:59:47 -04:00
This avoids several sub queries where just one is sufficient. Before: `(a=b|c=d|e=f)|(g=h|i=j|k=l)|(m=n|o=p)` After: `(a=b|c=d|e=f|g=h|i=j|k=l|m=n|o=p)` Whether this has a real advantage needs to be seen, but I think it helps the query optimizers to better optimize :D |
||
|---|---|---|
| .. | ||
| application/clicommands | ||
| Lib | ||
| library/Icingadb | ||