Expand description
PostgreSQL COPY BINARY operations for high-performance bulk data loading.
This module provides utilities for using PostgreSQL’s COPY command with binary format, which offers significantly better performance than standard INSERT operations for bulk data loading.
Structs§
- Postgres
Copy Handler - Handles PostgreSQL COPY BINARY operations for blockchain data.