Re: Very slow viewing of large table. - Mailing list pgadmin-support

From Andreas Pflug
Subject Re: Very slow viewing of large table.
Date
Msg-id 3F97B298.8040103@pse-consulting.de
Whole thread Raw
In response to Re: Very slow viewing of large table.  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-support
Dave Page wrote:

> 
>
>  
>
>>-----Original Message-----
>>From: Constantin Stefanov [mailto:cstef@mail.ru] 
>>Sent: 23 October 2003 08:59
>>To: pgadmin-support@postgresql.org
>>Subject: Re: [pgadmin-support] Very slow viewing of large table.
>>
>>    
>>
>>>SELECT relname, reltuples FROM pg_class;
>>>      
>>>
>>For my table there is
>>------------------------------
>>accounting# SELECT relname, reltuples FROM pg_class where 
>>relname='ip_accounting';
>>     relname    |  reltuples
>>---------------+-------------
>>  ip_accounting | 7.71493e+07
>>------------------------------
>>May be there is some overflow or incorrect result parsing?
>>    
>>
>
>Hmm, shouldn't be - the code appears to use longs everywhere. I can't
>really spend time on this now though - Andreas, can you take a look
>please?
>  
>
It's not an overflow, instead the column is scanned as int, resulting in 
reltuples=7 (which isn't too precise :-)
I changed the types of rows to wxLongLong, and estimatedRows to double now.

Regards,
Andreas




pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Very slow viewing of large table.
Next
From: Andreas Pflug
Date:
Subject: Re: German umlauts in pgadmin III