I use the following SQL sentence:

CREATE TABLE user (
                user_id BIGINT NOT NULL,
                db_id INTEGER NOT NULL,
                list_id INTEGER NOT NULL,
                con_id INTEGER NOT NULL,
                status VARCHAR NOT NULL,
                procedence VARCHAR,
                sex CHAR(1),
                birthdate DATE,
                country VARCHAR,
                province INTEGER,
                email VARCHAR,
                CONSTRAINT user_id PRIMARY KEY (user_id)
) WITH "template=parallel";

The error has also occurred with the default template.

The query did finish executing when I set the JVM heap of each node to 18
GB, but that seems excessive, given that the total amount of data on disk of
the USER table is less than 7 GB. During the execution of the query Ignite
reached a peak of around 25 GB of JVM heap usage.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to