Estimation of SQL statements - Mailing list pgsql-sql

From Kevin Quinlan
Subject Estimation of SQL statements
Date
Msg-id 000801c099ef$6ace91d0$79ac3318@kquinlan
Whole thread Raw
List pgsql-sql
Are there any good techniques that estimate the time it will take to execute
an SQL statement, specifically an INSERT, SELECT, UPDATE, or DELETE?  What
factors are important to consider when estimating the execution time of
these types of SQL statements?
Thank you,
Kevin




pgsql-sql by date:

Previous
From: "Kevin Quinlan"
Date:
Subject: Speed of SQL statements
Next
From: S Bey
Date:
Subject: Trouble with CREATE FUNCTION