約 80 GB のデータを使用して、postgres に一括コピーを実行しています。
\copy my_table FROM '/path/csv_file.csv' csv DELIMITER ','
トランザクションがコミットされる前に、次のエラーが発生します。
サーバーが予期せず接続を閉じました これはおそらく、リクエストの処理前または処理中にサーバーが異常終了したことを意味します。
PostgreSQL ログ:
LOG:server process (PID 21122) was terminated by signal 9: Killed
LOG:terminating any other active server processes
WARNING:terminating connection because of crash of another server process
DETAIL:The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT: In a moment you should be able to reconnect to the database and repeat your command.