简体   繁体   English

将大文件上传到 AWS aurora postgres serverless

[英]uploading large file to AWS aurora postgres serverless

I have been trying for days to copy a large CSV file to a table in PostgreSQL I am using PGadmin4 to access the database.我一直在尝试将大型 CSV 文件复制到 PostgreSQL 中的表中,我正在使用 PGadmin4 访问数据库。 I have a file on my system the file is 10 GB so I am getting starting error when trying to upload it via UI or \\copy command.我的系统上有一个文件,该文件为 10 GB,因此在尝试通过 UI 或 \\copy 命令上传它时出现启动错误。

When talking about 10 GB CSV file, then you may use as well different options在谈论 10 GB CSV 文件时,您也可以使用不同的选项

  • I believe \\copy should work, you did not provide any more information about the issue我相信\\copy应该可以工作,您没有提供有关该问题的更多信息

  • I'd personally use the AWS Glue - an ETL service which could read from an S3 file我个人会使用 AWS Glue - 一种可以从 S3 文件中读取的 ETL 服务

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Aurora postgres serverless 在 AWS RDS DataService 中转义字符串的最佳实践 - Best practices to escape string in AWS RDS DataService with Aurora postgres serverless 在 AWS Aurora/postgres 上收听/通知 - LISTEN/NOTIFY on AWS Aurora/postgres 在 Postgres 的 Aurora Serverless 实例上执行创建函数失败 - Executing Create Function on Aurora Serverless instance of Postgres fails AWS Aurora Postgres 12 设置整理 - AWS Aurora Postgres 12 Setting Collation AWS Aurora Postgres中的并行计划/查询 - Parallel plans/queries in AWS Aurora Postgres 是否可以停止 AWS Postgres Aurora 全球数据库? - Is it possible to stop an AWS Postgres Aurora Global Database? AWS RDS Aurora PostgreSQL无服务器:如何将公共可访问性设置为是 - AWS RDS Aurora PostgreSQL serverless: How to set public accessibility to Yes REST 使用 Spring boot/JPA、Postgres 上传/下载大文件 - REST Uploading/downloading large file with Spring boot/JPA, Postgres 如何在 Amazon AWS 中确认 Postgres 和 Aurora Postgres 的多可用区 - How to confirm Multi-AZ for Postgres and Aurora Postgres in Amazon AWS 无法将 postgres 从快照迁移到 aws aurora postgres - Unable to migrate postgres to aws aurora postgres from snapshot
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM