zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
54 stars 46 forks source link

Restore the RowBatcher for non-COPY capable PostgreSQL drivers. #369

Closed jamadden closed 4 years ago

jamadden commented 4 years ago

psycopg2 uses a simple loop, AFAICS, for executemany so our batcher generally ought to be better.

Also share a lot of the gevent support code between psycopg2 and mysqlclient.