-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
'time_bucket' function clashes with timescaledb #150
Comments
Hey @ssidorenko! We haven't really invested effort in making If you'd like to submit a patch for this, we'd love. But otherwise I'm going to close this as a non-issue. |
Why install third-party extensions in the public schema? Is there a way to configure them to be installed in the default schema? |
We have a use case where we want to have a delta table managed by pg_analytics on the one hand and streaming data ingested into the postgres on the other hand. From what I can see pg_analytics does not support a) streaming data efficiently and b) providing a way to do real time analytics as timescaledb does. For that reason a combination of both would be beneficial? |
Cross linked the issue here timescale/timescaledb#7387 |
Terrific, thank you! |
If this is required for Timescale compatibility, we're happy to rename the functions/remove them. I dont' think they're used actively today. |
We had a very similar situation. For unrelated reasons, I ended up going for a different architecture that did not use |
I removed the |
What happens?
When creating extension on a server with timescaledb already created, it fails because the function name
time_bucket
is already taken.To Reproduce
OS:
Linux x64 (Alma Linux 9.4)
ParadeDB Version:
0.1.4
Are you using ParadeDB Docker, Helm, or the extension(s) standalone?
ParadeDB pg_analytics Extension
Full Name:
Semion Sidorenko
Affiliation:
Sidorenko Consulting
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include the code required to reproduce the issue?
Did you include all relevant configurations (e.g., CPU architecture, PostgreSQL version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: