Knut Anders Hatlen a écrit :
In that case, isn't there any chance that an INSERT will re-use the space freed by a previous DELETE? Thus, the "file order" will no longer be the "insert order".[...] It is also possible to use optimizer overrides[2] to prevent the optimizer from using the index, in which case you'll get the rows in the order they are stored in the base table.
-- Website: http://www.chicoree.fr
