Each time a scheduled query runs, the output is co...
# general
t
Each time a scheduled query runs, the output is compared against the previous run using a
log(n^2)
set difference, this is a dump compare and there's no knowledge of `{P,F}key`s used unfortunately.