https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41921 --- Comment #52 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Andrew Fuerste-Henry from comment #51)
(In reply to David Cook from comment #47)
How long are report results stored?
This could be a big problem in terms of data privacy.
Adding Katrin in here as she might have some thoughts on that.
Saved report results can be deleted by cleanup_database after a given number of days.
This cron is not scheduled by default as it's currently not needed if you don't also run reports from cron/command line. Maybe we should add it to the defaults? The table could get really really big pretty fast which is a bit of a risk. I am not sure how it helps the load to run as a background job - it's still the same query. Can someone explain what difference it actually makes on the server side or what the big advantage here is? -- You are receiving this mail because: You are watching all bug changes.