Hi, Martin !
Does monetdb will detect sorted data regardless of the create index statement ?
Thank for your fast reply !
best regards,
Fopa Léon Constantin
----- Mail original -----
De: "Martin Kersten"
Hi Given a table `data` (as described below) and given the insurance that that values imported into this table are sorted.
CREATE TABLE data (INT value) CREATE INDEX index_value ON data (value)
Since MonetDB can neglect the `CREATE INDEX` statement (see details here : https://www.monetdb.org/Documentation/Manuals/SQLreference/Indices).
How do I tell MonetDB that data are sorted in order to let him improves lookup operations ?
Best regards,
Fopa Léon Constantin
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list