CREATE TABLE session ( /* store http client intermediate data */ id int, checkpoint int, data varchar(2048), PRIMARY KEY (id,checkpoint) );