top | item 43343822 (no title) pheeney | 11 months 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. discuss order hn newest pheeney|11 months 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'
pheeney|11 months 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'
pheeney|11 months ago
ssh -F ssh.config -L 4213:localhost:4213 dev 'DUCKDB_HTTPPORT=4213 ~/.duckdb/cli/latest/duckdb -ui'