Wire Protocol of PostgreSQL Queries in a Nutshell

2018-11-25
阅读 17 分钟
12.2k
I was working on a pull request to improve the performance of executemany() in asyncpg, who talks to the PostgreSQL server directly in its wire protocol (comparing to psycopg2 who uses libpq to speak the wire language for itself). Though the documentation for the protocol explained mostly everyth...