Hi everybody!
As I understood from books and docs every statement in Postgres takes
O(1) because of it's versioning system, right?
I'm talking about INSERT,UPDATE,SELECT and DELETE statement.
Is it true? or did I get it wrong.
I'm specially interested in UPDATE statement. We'll have lots of them.
Thanks, Sebastjan