| From: | erobles <erobles(at)sensacd(dot)com(dot)mx> | 
|---|---|
| To: | pgsql-general <pgsql-general(at)postgresql(dot)org> | 
| Subject: | Fwd: Re: Weird trouble with select | 
| Date: | 2010-06-29 14:22:56 | 
| Message-ID: | 4C2A01C0.3090406@sensacd.com.mx | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-general | 
-------- Original Message --------
Subject: 	Re: [GENERAL] Weird trouble with select
Date: 	Tue, 29 Jun 2010 09:13:14 -0500
From: 	erobles <erobles(at)sensacd(dot)com(dot)mx>
Organization: 	SENSA Control Digital
To: 	Joshua Tolley <eggyknap(at)gmail(dot)com>
On 06/29/2010 08:59 AM, Joshua Tolley wrote:
>  On Tue, Jun 29, 2010 at 08:44:35AM -0500, erobles wrote:
>
>>  Hi!
>>
>>  I have  3  pc's:
>>  pc 'A'  with postgres 7.2 running
>>  pc 'B' and 'C'  connected to  'A'
>>
>  You should upgrade as quickly as possible. 7.2 is ancient. Even 8.1 will hit
>  end-of-life soon.
>
We are testing postgres 8.3.11   to detect any problem when we migrate
from 7.2 :-)
>>  if i made  the next query on 'B' or 'C' :  "select * from detail with
>>  id=72";  takes too long time to  return the data, near of 10 minutes
>>  more or less.
>>  if i made  the next query on 'B' or 'C' :  "select * from detail with
>>  id=71",  or whatever value in id , the data are returned immediatly.
>>
>>  if i made  the next query on 'A'  (postgres server):  "select * from
>>  detail with  id=72", the data are returned immediatly.
>>
>
>  I wonder if you're just hitting caching effects, and the different client
>  hosts are confusing the issue.
>  If you issue the query from one machine
>  multiple times, does it reliably take forever the first time, and go quickly
>  afterward?
>
no, doesn't.
This only  works fine with  a pc  diferent  to 'B' or 'C'
if the query is  executed  many times only on 'B'  the query always fail
for id=72 with another value works fine.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jacqui Caren-home | 2010-06-29 14:30:34 | Re: Migrating from MySQL | 
| Previous Message | Kelly Burkhart | 2010-06-29 14:17:25 | Backend Crash v8.4.2 |