configurable batch size for hardware optimizations

This commit is contained in:
Bill
2025-11-25 01:14:45 -07:00
parent 2811d97c47
commit 258f7e09aa
4 changed files with 26 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
batch_size: 524288
connection_string: postgresql://postgres:mysecretpassword@localhost:5433/postgres
query: COPY (SELECT id::BIGINT, uuid::TEXT, username::TEXT, score::REAL, is_active::BOOLEAN,
last_login::TIMESTAMP, notes::TEXT, course_id::INT, start_date::DATE, rating::FLOAT8