Re: Psycopg3 Redesign

2020-04-01 Thread Asif Saif Uddin
Report: https://www.varrazzo.com/blog/2020/03/26/psycopg3-first-report/ ./auvipy On Wednesday, March 11, 2020 at 9:06:21 PM UTC+6, Andrew Godwin wrote: > > I am particularly excited for native async support arriving - that's > something I'd love to have and ship support for from our side when

Re: Psycopg3 Redesign

2020-03-11 Thread Andrew Godwin
I am particularly excited for native async support arriving - that's something I'd love to have and ship support for from our side when it's done. The rest looks quite sensible too. Andrew On Wed, Mar 11, 2020 at 3:39 AM Jure Erznožnik wrote: > His proposed changes look awesome to me! > >

Re: Psycopg3 Redesign

2020-03-11 Thread Jure Erznožnik
His proposed changes look awesome to me! IMHO, the biggest issue going async with current implementation was connection pooling for async code. I feared that we might need huge numbers of connections in certain scenarios, especially if the code required altering the connections themselves.

Psycopg3 Redesign

2020-03-11 Thread Asif Saif Uddin
Hi, As this library is used by django, I thought it would be good to share with django internals deveopers? https://www.varrazzo.com/blog/2020/03/06/thinking-psycopg3/ Hope it is useful. ./auvipy -- You received this message because you are subscribed to the Google Groups "Django