Hello Hannes,

in my experience, the time of inserts does not grow with the size of the database. 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.

Martin

Hannes Ricklefs schrieb:

Hello,

does anyone have any experience in the amount of time increase for an UPDATE, INSERT, SELECT in relation to the size of the actual database?

Is it proportional or exponential for example...
Regards,
Hannes

Reply via email to