Hello,

How can I change the schema of this table to keep the optimzation and allow
to have two same 'time'?

CREATE TABLE events(
   time           REAL NOT NULL PRIMARY KEY,
   detections     BLOB);

CREATE INDEX idxTime ON events (time ASC);

Thanks in advance.

KINDT Raphaël

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to