Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Can't create continuous aggregate on ps_trace.span #1835

Open
StarpTech opened this issue Jan 26, 2023 · 0 comments
Open

Can't create continuous aggregate on ps_trace.span #1835

StarpTech opened this issue Jan 26, 2023 · 0 comments

Comments

@StarpTech
Copy link

Describe the bug

Span table is growing very fast. How can I make use of continuous aggregate (realtime) to optimize aggregates as described in
https://docs.timescale.com/timescaledb/latest/how-to-guides/hyperfunctions/percentile-approx/approximate-percentile/ ?

This is not possible because ps_trace.span is a postgres view not a hypertable or another continuous aggregate.

Error:

Error occurred during SQL query execution

Reason:
SQL Error [0A000]: ERROR: invalid continuous aggregate query
  Hint: continuous aggregate needs to query hypertable or another continuous aggregate

With that limitation in mind, what's the way to optimize resource-intensive queries?

To Reproduce

Expected behavior
I expected that it is possible

Configuration (as applicable)
Using Timescaledb Cloud

Version

  • Promscale: Latest (0.17.0)
  • TimescaleDB: Cloud

Additional context
Support Case #: 00012349

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant