Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date Range archiving: Only archive report for the requested idSubtable #7575

Open
mattab opened this issue Mar 30, 2015 · 0 comments
Open

Date Range archiving: Only archive report for the requested idSubtable #7575

mattab opened this issue Mar 30, 2015 · 0 comments
Labels
c: Performance For when we could improve the performance / speed of Matomo. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Comments

@mattab
Copy link
Member

mattab commented Mar 30, 2015

The goal of this issue is to make date range archiving faster, by letting the archiver process on-demand only the requested data set when idSubtable is used.

Notes:

  • currently idSubtable is an integer. We would need to change it to be a string representing the label and path to this subtable
    • this is needed because we can generate the subtableIds only if we build the expanded table, but here we want to avoid processing this expanded table.
  • given an idSubtable, we could only fetch the requested recordName and only the requested 1st level table and the N tables needed for this sub-table.

(It's not an easy one unfortunately.)

Follows up #4768

@mattab mattab added Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. c: Performance For when we could improve the performance / speed of Matomo. labels Mar 30, 2015
@mattab mattab added this to the Mid term milestone Mar 30, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Performance For when we could improve the performance / speed of Matomo. Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

1 participant