Hi,

> with updates and selects, i would expect that the time of finding the
> record(s) (to update or select) (the where-clause) depends on the size
> of the table and on whether indexes are used.

With indexing if the database has eg 65535 records, then maximum 17
comparisations. it is one more for power of 2 every time. eg 128
KRecords maximum 18 comparisations etc.

---
Rgds, Wilfried
http://www.mestdagh.biz

Reply via email to