Skip to content
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

citus packages include columnar and thus conflict with hydra #154

Open
Vonng opened this issue Sep 19, 2023 · 6 comments
Open

citus packages include columnar and thus conflict with hydra #154

Vonng opened this issue Sep 19, 2023 · 6 comments

Comments

@Vonng
Copy link

Vonng commented Sep 19, 2023

What's wrong?

It seems that Hydra's columnar is using the same name as citus columnar

This may introduce a problem: you can not install hydra and citus packages simultaneously.

It's okay to choose one on the database CREATE EXTENSION level, but conflict during installation may be unnecessary.

  file /usr/pgsql-15/share/extension/columnar--10.0-3--10.1-1.sql conflicts between attempted installs of hydra_15-1.0.0-1.el8.x86_64 and citus_15-12.0.0-1PGDG.rhel8.x86_64
  file /usr/pgsql-15/share/extension/columnar--10.1-1--10.2-1.sql conflicts between attempted installs of hydra_15-1.0.0-1.el8.x86_64 and citus_15-12.0.0-1PGDG.rhel8.x86_64
  file /usr/pgsql-15/share/extension/columnar--10.2-2--10.2-3.sql conflicts between attempted installs of hydra_15-1.0.0-1.el8.x86_64 and citus_15-12.0.0-1PGDG.rhel8.x86_64
  file /usr/pgsql-15/share/extension/columnar--10.2-3--10.2-4.sql conflicts between attempted installs of hydra_15-1.0.0-1.el8.x86_64 and citus_15-12.0.0-1PGDG.rhel8.x86_64
  file /usr/pgsql-15/share/extension/columnar--9.5-1--10.0-1.sql conflicts between attempted installs of hydra_15-1.0.0-1.el8.x86_64 and citus_15-12.0.0-1PGDG.rhel8.x86_64
  file /usr/pgsql-15/include/server/citus_version.h conflicts between attempted installs of citus_15-devel-12.0.0-1PGDG.rhel8.x86_64 and hydra_15-1.0.0-1.el8.x86_64
@Vonng Vonng added the bug Something isn't working label Sep 19, 2023
@wuputah
Copy link
Member

wuputah commented Sep 20, 2023

Hi there- the core of the problem here Hydra is a fork of Citus columnar so it makes sense there is an overlap here, and not something I think we can solve. It would be nice if Citus would separate the packages you are using there into Citus distributed and Citus columnar, that way you could still have Citus distributed without Citus columnar.

That said, you should be to overwrite the Citus columnar files with Hydra files without issue.

@wuputah wuputah changed the title [Bug]: Conflict name with citus columnar citus packages include columnar and thus conflict with hydra Oct 4, 2023
@wuputah wuputah removed the bug Something isn't working label Oct 18, 2023
@amalek215
Copy link

Given this issue how would one test side by side Citus columnar and Hydra columnar?

Or more importantly how would one migrate from Citus columnar to Hydra?

In my use case going from Citus columnar to heap (thereby loosing all compression) and removing Citus before installing Hydra is not an option due to space constraints (would require an additional 400TB).

@wuputah
Copy link
Member

wuputah commented Dec 13, 2023

Maintaining compatibility with or migrating from Citus Columnar directly (i.e. physically) within a single database is not a supported use case, so while it might work with a bit of fiddling, it's not something we are trying to support. The data should move through a logical backup or, as you suggested, could be done through heap tables. Because of the name/file conflicts, the two extensions cannot be installed side-by-side in the same database, so they can only be compared via separate installations of Postgres.

would require an additional 400TB

That's a lot of data! What is your compressed data size?

@amalek215
Copy link

amalek215 commented Dec 14, 2023

That's a lot of data! What is your compressed data size?

67TB at a 9.18 compression rate for ~29,000 tables (plus an additional 20% compression from ZFS lz4 file system compression)

As excited as I am to test Hydra if there is no migration that does not include full removal of Citus / decompression of all our data then it's a nonstarter for us.

@hydradatabase hydradatabase deleted a comment from GPF199541 May 16, 2024
@hydradatabase hydradatabase deleted a comment from ThierDev May 16, 2024
@wuputah
Copy link
Member

wuputah commented May 16, 2024

You can vote on issues using reactions (like 👍 ), but posting "+1" isn't polite Github behavior. I've removed these to discourage this.

@tunatoksoz
Copy link

I wish hydra columnar extension was originally prefixed with hydra_. That'd have prevented the collision. I wonder if there's a path to rename one or the other. I am in the same boat with @Vonng

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

No branches or pull requests

4 participants