Skip to content

Speed up postgres pre aggregations #200

@landyrev

Description

@landyrev

I’m trying to use Postgres as external db for rollup pre aggregations in serverless mode, but facing following issue: creating of new pre-aggregations takes a lot of time — about one second per every 4-5 rows of pre aggregated data.

As I can see — it happens because cube uploads data to Postgres row-by-row, and it takes a lot of time. Is there any ways to speed up uploading?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementLEGACY. Use the Feature issue type instead

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions