Skip to content

Benchmarks: Use the --host flag for the psql commands during data generation#1027

Open
Donnype wants to merge 2 commits intoduckdb:mainfrom
Donnype:donnype/use-host-flag-during-benchmark-init
Open

Benchmarks: Use the --host flag for the psql commands during data generation#1027
Donnype wants to merge 2 commits intoduckdb:mainfrom
Donnype:donnype/use-host-flag-during-benchmark-init

Conversation

@Donnype
Copy link

@Donnype Donnype commented Mar 20, 2026

I was running the benchmark scripts and wasn't able to connect to the host I was passing to the script. I found that the subprocess calls to psql didn't pass the --host flag: it was only used for executing the queries in execute_tpch_queries(). This PR adds the flag to the subcommands that create the tables and load the data.

@Donnype Donnype changed the title Use the --host flag for the psql commands during data generation Benchmarks: Use the --host flag for the psql commands during data generation Mar 23, 2026
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

Successfully merging this pull request may close these issues.

1 participant