Skip to content

Crash by timeout when loading a filtered large table #17

Open
@AsyaSokolova

Description

Precondition:

  • There is a PivotTable for 68,000 entries
  • This table is used as a drillthrough for another pivot table
  • During drillthrough filters are passed to the pivot table input
    Problem description:
    When trying to drill through a cell that contains only 2 values according to filters, the request falls by timeout.
    Problem scenario:
  • It was found that drillthrough first generates a get query that covers all the pivot table entries and returns html with results that do not match the filters – first 100 row from full table (A similar mdx query via the analyzer returns 2 entries correctly)
  • For testing, the number of entries in this pivot table was reduced. The request described above still works incorrectly. But it became clear that the mdxToJSON query is run after it, which returns the correct 2 values.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions