CREATE FOREIGN TABLE your_cstore_table
(
your_fields
)
SERVER cstore_server
OPTIONS(compression 'pglz');
copy your_cstore_table from file;
The moment I execute command "copy your_cstore_table from file;" in another session, I get this error message.
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
You are currently not connected to a database.
Can someone please advise if I am missing something ?
--
You received this message because you are subscribed to the Google Groups "cstore users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cstore-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cstore-users/4b03680a-86f5-4a85-9502-2b249fe4abd7%40googlegroups.com.
Client side copy (psql \copy ) works fine for me. I had 20+ running at the same time.Maybe try using that?
On Fri, 17 Jan 2020, 16:36 zohaib khan, <kzo...@gmail.com> wrote:
--Hi,I observed that copy command to columnar database worked fine when its used in the same session but it crashed PG database when I opened a new session and used same copy command to push data into columnar table.These sequences of command works fine in single database connection.CREATE FOREIGN TABLE your_cstore_table
(
your_fields
)
SERVER cstore_server
OPTIONS(compression 'pglz');
copy your_cstore_table from file;
The moment I execute command "copy your_cstore_table from file;" in another session, I get this error message.
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
You are currently not connected to a database.
Can someone please advise if I am missing something ?
You received this message because you are subscribed to the Google Groups "cstore users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cstore...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cstore-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cstore-users/af1abbaf-098f-44ed-9d20-aa4bffea45df%40googlegroups.com.
Client side copy (psql \copy ) works fine for me. I had 20+ running at the same time.Maybe try using that?
On Fri, 17 Jan 2020, 16:36 zohaib khan, <kzo...@gmail.com> wrote:
--Hi,I observed that copy command to columnar database worked fine when its used in the same session but it crashed PG database when I opened a new session and used same copy command to push data into columnar table.These sequences of command works fine in single database connection.CREATE FOREIGN TABLE your_cstore_table
(
your_fields
)
SERVER cstore_server
OPTIONS(compression 'pglz');
copy your_cstore_table from file;
The moment I execute command "copy your_cstore_table from file;" in another session, I get this error message.
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
You are currently not connected to a database.
Can someone please advise if I am missing something ?
You received this message because you are subscribed to the Google Groups "cstore users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cstore...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cstore-users/af1abbaf-098f-44ed-9d20-aa4bffea45df%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cstore-users/af1abbaf-098f-44ed-9d20-aa4bffea45df%40googlegroups.com.