same query in high number of times - Mailing list pgsql-performance

From Peter Alban
Subject same query in high number of times
Date
Msg-id 477dfcc10906210354m6e00b2b3v195e890c344cb97f@mail.gmail.com
Whole thread Raw
Responses Re: same query in high number of times  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-performance
Hey folks !


Still kind of analyzing the situation , I realized that I do have a reasonably high shared_memory and effective_cache_size , though if the same query is being run in a number of times ~100-200 concurrent connection it is not being cached .

Should PG realize that if the table data is same should the query result set also be the same ? Instead each query takes up to 1-2 seconds .

Where do I see what the PG does ? I can see now the query's that take long time ,but do not have information about what the optimizer does neither when the DB decides about to table scan or cache ?

cheers,
Peter

pgsql-performance by date:

Previous
From: David Rees
Date:
Subject: Re: select max() much slower than select min()
Next
From: "Justin Graf"
Date:
Subject: Re: same query in high number of times