Leon P Smith
Leon P Smith
Are you sure that you can load `postgresql-libpq` and link `libpq` in `ghci` inside the docker image? Given that the failure is in template haskell, this seems like a likely...
Well, the space leak does need to be investigated and fixed, but you can make your original code run _much_ faster by running it in a single transaction instead of...
Ok, what do you mean by a "space leak"? Have you tried running the heap profiler on your program? Unfortunately, Haskell's memory consumption is not, in general, a local property....
Out of curiosity, have you tried compiling postgresql-simple with heap profiling enabled? This may not actually be a space leak, though it's entirely possible that `executeMany` is temporarily using significantly...
By the way, did you ever get this resolved? The link to your code is no longer available...
Oh, I was looking at the link in your original post; thanks for the test cases!
Ok, I did take a brief look at your test case; the one thing that stands out to me is that your insert appears to take quadratic time: doubling the...
Ok, I fixed postgresql-libpq's binding to `PQescapeStringConn` in bug #70, and it appears to be pretty close to linear time now. Could you upgrade to postgresql-libpq-0.8.2.3 and see if this...
Sorry for not seeing this until now; gmail has decided to start filing github notices under "promotions". >:o I can't help too much, as I don't really use Windows and...
You are correct, and this issue is one that I am well aware of. I just haven't gotten around to reviewing and improving the library... and there's a lot to...