"Milen A. Radev" <[EMAIL PROTECTED]> writes: > Two queries - 2 seconds apart:
> template1=# SELECT datname, age(datfrozenxid) FROM pg_database; > datname | age > - -----------+------------- > xxx1 | 1519763573 > template1=# SELECT datname, age(datfrozenxid) FROM pg_database; > datname | age > - -----------+------------- > xxx1 | 1519769620 So you managed to execute about 6000 transactions in those two seconds. Doing what? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly