Re: Satisfactory Query Time - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Satisfactory Query Time
Date
Msg-id b42b73150801141903v6bd85e7bq46b60621fef6b31e@mail.gmail.com
Whole thread Raw
In response to Satisfactory Query Time  ("x asasaxax" <xanaruto@gmail.com>)
List pgsql-general
On Jan 13, 2008 4:55 PM, x asasaxax <xanaruto@gmail.com> wrote:
> Hi,
>
>    I have a query that takes 0.450 ms. Its a xml query. Is that a good time
> for a query? If a have multiple connections on the database, will this time
> makes my db slow? How much time is good for a xml query?

You have provided zero relevant information.  In fact, your question
is probably one of the vaguest I've ever read!  Anways,

0.450 ms is extremely fast (a disk seek on a good drive will cost 2-5
ms).  That computes to over 2000 txn/sec (over 7 million txn/hour).  I
wouldn't worry to much.

merlin

pgsql-general by date:

Previous
From: "Ken Winter"
Date:
Subject: Re: What pg_restore does to a non-empty target database
Next
From: "Merlin Moncure"
Date:
Subject: Re: Locking & concurrency - best practices