Speed of SQL statements

From: "Kevin Quinlan" <kquinlan(at)computer(dot)org>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Speed of SQL statements
Date: 2001-02-18 20:42:43
Message-ID: 000001c099eb$58a5d080$79ac3318@kquinlan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Does anyone have any performance numbers regarding SQL statements,
specifically SELECT, UPDATE, DELETE, and INSERT? For instance, on average
how long does a typical SELECT (UPDATE, DELETE, INSERT) statement take to
execute?

Thank you,
Kevin

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Kevin Quinlan 2001-02-18 21:11:52 Estimation of SQL statements
Previous Message S Bey 2001-02-18 17:14:32 Trouble with CREATE FUNCTION