Search Postgresql Archives

Re: What does Rows Counted mean

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Tue, Apr 5, 2016 at 1:37 PM, Adrian Klaver <adrian.klaver@xxxxxxxxxxx> wrote:
On 04/05/2016 10:10 AM, Melvin Davidson wrote:




FYI, in PgAdmin, there is an Option which determines if a _physical row
count_ should be performed if the _estimated_ row count is less than a
specified amount. It defaults to 2000.
To change it, Click on File, Options and under Browser click Properties.
There you can change the default.

So that means it does select count(*) from the_table every time you click on the table properties if the estimated count is less then the set amount?


--
*Melvin Davidson*
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.


--
Adrian Klaver
adrian.klaver@xxxxxxxxxxx


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

>So that means it does select count(*) from the_table every time you click on the table properties if the estimated count is less then the set amount?
I believe so. That is why the default is low (2k). If you set it higher, it will naturally take longer.
I did not write or contribute to PgAdmin, so there is no point in complaining about it. It's just a user option.

--
Melvin Davidson
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux