Open mgartner opened 1 month ago
Running cockroach sql -f file.sql when file.sql contains a multi-megabyte query causes the client to hang, seemingly indefinitely.
cockroach sql -f file.sql
file.sql
One work around for now is to use psql.
psql
The SQL in https://gist.github.com/mgartner/c06b0ad259e50344c93430ff48282355 can be used to reproduce this, when using cockroach sql instead of psql.
cockroach sql
Jira issue: CRDB-43219
Hi @mgartner, please add branch-* labels to identify which branch(es) this C-bug affects.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
Running
cockroach sql -f file.sql
whenfile.sql
contains a multi-megabyte query causes the client to hang, seemingly indefinitely.One work around for now is to use
psql
.The SQL in https://gist.github.com/mgartner/c06b0ad259e50344c93430ff48282355 can be used to reproduce this, when using
cockroach sql
instead ofpsql
.Jira issue: CRDB-43219