Module copy

Module copy 

Source
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§

PostgresCopyHandler
Handles PostgreSQL COPY BINARY operations for blockchain data.