Stream Database Error with Postgres 9
Hello,
I am facing an issue when trying to stream a very large table in Rapid Miner Studio 7 from Postgres 9.
It appears that Rapid Miner is creating the secondary index mapping table, but it always errors out with the following text. Process failed: Database error occurred: ERROR: syntax error at or near "IDENTITY"
Position: 76
The table does have a compound primary key like the following, perhaps that is causing issues?
CONSTRAINT pk_nc9_fullfile PRIMARY KEY (field1, field2)
This table that I am trying query is very large, too large to load the entire thing into memory using the Read Database or Retrieve data operators. Has anyone seen this behavior before?
Thanks
I am facing an issue when trying to stream a very large table in Rapid Miner Studio 7 from Postgres 9.
It appears that Rapid Miner is creating the secondary index mapping table, but it always errors out with the following text. Process failed: Database error occurred: ERROR: syntax error at or near "IDENTITY"
Position: 76
The table does have a compound primary key like the following, perhaps that is causing issues?
CONSTRAINT pk_nc9_fullfile PRIMARY KEY (field1, field2)
This table that I am trying query is very large, too large to load the entire thing into memory using the Read Database or Retrieve data operators. Has anyone seen this behavior before?
Thanks