-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
pg-query-stream runs VERY slow #2058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
How about the latest pg with an older pg-query-stream (2.0.0 or… 1.1.2?)? pg-query-stream had a fair number of changes made to it recently for correctness, although I’m not sure exactly how the versions worked out in the end. |
Better, tested with pg-query-stream 2.0.0 Still a performance difference but not that huge |
I'm going to release a new major version of pg-query-stream in about 1 hour. The internals are substantially re-written. Interested in if you see more performance improvements! Also, I plan on working hard and long on performance for [email protected]. This module has collected some cruft and kept old, strange API design decisions around for a long time in the name of backwards compatibility or me not having enough time to get to things. That's changing for 2020. I had plans to already start on a bunch of this work, but cut the end of my finger off on NYE...now that I can (mostly) type okay again the work has resumed! Stay tuned...just writing changelog entry for [email protected] and will push it. |
That sounds like quite a new year! Best of luck! |
my work day got a little out of control & I didn't get a chance to release - wanted to wait for a review on it & now its a bit late...would rather release in the AM when I get up so I'll do this w/ my morning coffee tomorrow. Sorry for the delay! |
hmmm sorry for not following up here sooner...I released [email protected] a while ago...hopefully the performance issues are resolved for you now! If they're not, please feel free to repoen w/ more info. |
Hi,
I have noticed that
pg-query-stream
runs very slow compared topg
, about 10x slower ...Tested onThe old versions of
pg
andpg-query-stream
works fine ,pg 6.1.2
andpg-query-stream 1.0.0
Any idea?
Thanks!
Gabriel
The text was updated successfully, but these errors were encountered: