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

Start one background worker per database #545

Open
wants to merge 1 commit into
base: yl/md-bgw-per-db
Choose a base branch
from

Conversation

Y--
Copy link
Collaborator

@Y-- Y-- commented Jan 16, 2025

Following #544, remove the duckdb.motherduck_postgres_database GUC parameter and start a background worker for each PG database (*)

For another database to synchronize with the BGW to work:

  • extension must be created: CREATE EXTENSION pg_duckdb;
  • duckdb should be able to write in public schema: GRANT ALL ON SCHEMA public to duckdb;

@Y-- Y-- requested a review from JelteF January 16, 2025 16:54
@Y-- Y-- force-pushed the yl/md-bgw-per-db-2 branch from 56429f3 to 0a0f3c4 Compare January 16, 2025 21:41
@Y-- Y-- force-pushed the yl/md-bgw-per-db branch 2 times, most recently from 2b13b4c to 9afec02 Compare January 17, 2025 09:30
@Y-- Y-- force-pushed the yl/md-bgw-per-db-2 branch from 0a0f3c4 to 9e1ac92 Compare January 17, 2025 09:37
@Y-- Y-- force-pushed the yl/md-bgw-per-db-2 branch from 9e1ac92 to f2834ac Compare January 17, 2025 10:12
@JelteF JelteF added this to the 0.4.0 milestone Jan 28, 2025
@JelteF JelteF added the MotherDuck Issues related to MotherDuck label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MotherDuck Issues related to MotherDuck
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants