Y
Hacker News
new
|
ask
|
show
|
jobs
by
pheeney
458 days ago
It looks like the port is configurable, so that should make it easier to avoid conflicts but I wonder how the performance would be impacted.
1 comments
pheeney
458 days ago
I was able to get it working and it seemed fast enough. However I don't have any local databases of similar size to compare to.
ssh -F ssh.config -L 4213:localhost:4213 dev 'DUCKDB_HTTPPORT=4213 ~/.duckdb/cli/latest/duckdb -ui'
link
ssh -F ssh.config -L 4213:localhost:4213 dev 'DUCKDB_HTTPPORT=4213 ~/.duckdb/cli/latest/duckdb -ui'