JuliaDatabases / PostgreSQL.jl

DEPRECATED: use LibPQ.jl instead
https://github.com/invenia/LibPQ.jl
Other
60 stars 39 forks source link

Slow to stalled large queries from Atom #45

Open gbarz opened 7 years ago

gbarz commented 7 years ago

Running a PostgreSQL "Select" query, which returns a large result (e.g. 1 million rows), seems to hang when run in Atom on Julia 0.5 vs Julia 0.4.7.

On 0.4.7, the specific query of interest takes about 22 secs, on 0.5, the query is still running after 10 mins.

Smaller result sets (<1000 or so) do complete but are also relatively slow.