PyPGIO

From Dirty Cache Wiki
Revision as of 09:30, 30 July 2024 by Bart (talk | contribs) (Created page with "Category:Tools Category:Postgres = Overview = [https://github.com/bsjerps/pypgio PyPGIO] is a Python based I/O generator for PostgreSQL databases. The only purpose is to drive (a lot of) I/O from a Postgres database without requiring a lot of CPU resources. It is based on, and uses some code from PGIO by Kevin Closson, see [https://github.com/therealkevinc/pgio PGIO] for more details.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Overview

PyPGIO is a Python based I/O generator for PostgreSQL databases. The only purpose is to drive (a lot of) I/O from a Postgres database without requiring a lot of CPU resources.

It is based on, and uses some code from PGIO by Kevin Closson, see PGIO for more details.