我已经在 AWS 的 Ubuntu 服务器上运行的 CitusDB 安装上成功配置了 cstore_fdw。
我尝试在我们的一台运行 CentOS 6.5 的客户端服务器上安装它。我可以安装它但不能执行COPY
命令。
是否有任何关于在 Citus 中使用COPY
基于 cstore_fdw 的表的文档?
我已经在 AWS 的 Ubuntu 服务器上运行的 CitusDB 安装上成功配置了 cstore_fdw。
我尝试在我们的一台运行 CentOS 6.5 的客户端服务器上安装它。我可以安装它但不能执行COPY
命令。
是否有任何关于在 Citus 中使用COPY
基于 cstore_fdw 的表的文档?
CitusDB with cstore_fdw is supported, but CitusDB itself does not support COPY
. Instead you can use the \STAGE
command by following these instructions.
What's the specific error message you saw on Ubuntu vs. CentOS?
CitusCOPY
从 5.1 版本开始支持命令。您可以像使用常规表格一样使用它。请参阅有关批量数据加载的 Citus 文档。