-
Notifications
You must be signed in to change notification settings - Fork 895
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
Excessive cagg warnings in PostgreSQL log file #6387
Comments
job_id | proc_schema | proc_name | pid | sqlerrcode | err_message ~ |
Hi @bijaymandal362, |
Hi @svenklemm thanks, |
Can you upgrade to 2.13.0 and see if your problems are gone? Specifically #6161 |
Dear Author, This issue has been automatically marked as stale due to lack of activity. With only the issue description that is currently provided, we do not have enough information to take action. If you have or find the answers we would need, please reach out. Otherwise, this issue will be closed in 30 days. Thank you! |
Dear Author, We are closing this issue due to lack of activity. Feel free to add a comment to this issue if you can provide more information and we will re-open it. Thank you! |
What type of bug is this?
Performance issue
What subsystems and features are affected?
Other
What happened?
I moved to TimescaleDB release 2.12 and moves all internal functions from the _timescaledb_internal schema into the _timescaledb_functions schema but in my logs in every mins,
LOG: refreshing continuous aggregate "ts_connections_success_one_min" in window -
LOG: deleted 0 row(s) from materialization table "_timescaledb_internal._materialized_hypertable_25"
LOG: inserted 0 row(s) into materialization table "_timescaledb_internal._materialized_hypertable_25"
all the internal functions changed to _timescaledb_functions but when continuous aggregate refreshing, why i am getting log, I mean why does it trigger this query?
Please help me, to solve this issue, why is it triggering those delete and insert queries from the materialization table "_timescaledb_internal._materialized_hypertable_25"?
TimescaleDB version affected
2.12
PostgreSQL version used
14
What operating system did you use?
Ubuntu 20.02.3 LTS
What installation method did you use?
Not applicable
What platform did you run on?
Not applicable
Relevant log output and stack trace
How can we reproduce the bug?
The text was updated successfully, but these errors were encountered: