-
Notifications
You must be signed in to change notification settings - Fork 38
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
Is it production ready? #56
Comments
Great question, and went unanswered for so long for a reason. Unfortunately, I've been trying to use it and it's experimental quality at best. Issues found:
I had better luck with the fork: https://github.com/jaceksokol/postgres-async-driver However, even under the lightest of loads (5 concurrent user clients, with 10 requests each) - doing a single query by PK, it hangs. That was with 30 pool connections, and even tried upping the thread count by multiples of 4 (quad core Mac). I've had much better luck with this project: https://github.com/vietj/reactive-pg-client - performance wise it seems MUCH faster with no blocking issues - but the API is not as clean. But even that one has issues with the "tuple count" bindings for the reactivex and RxJava flavours. So in summary, not ready yet. The forks seem to fix some issues, but at this time it's a strong avoid. Happy to be corrected and shown how to use it in the real world |
Shameless plug of my alternative project: https://github.com/cretz/pgnio |
Hi, i am really like this project and i am interesting do someone use it in production?
The text was updated successfully, but these errors were encountered: