Ask questionsWhen requesting Date Range or Custom Segment, only archive the requested record
The goal of this issue is to make archiving faster for Date Range requests and Custom Segments requests. This follows up: #4768
Currently when a date range API query is issued, it will pre-process all reports for the given plugin being requested. For example when requesting the "Page URLs" report for a custom date range or segment, it will pre-process all Actions plugin reports including Page URLs, Page titles, Downloads, Outlinks.
In this issue we would like to improve the algorithm so that only the requested report (ie. a Blob Record) is archived.
This may need to be done at the same time as #7470
Answer
questions
mattab
@tsteur this would be a high value improvement for UI performance and reducing DB usage, significantly in some cases. Sounds good to schedule it in a 4.x.0 :rocket:
Related questions