Re: Seq Scan cost shown to be (cost=10000000000.00..10000000001.10)

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Victor Yegorov <vyegorov(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Seq Scan cost shown to be (cost=10000000000.00..10000000001.10)
Date: 2013-05-27 08:15:26
Message-ID: CA+HiwqFwCpMjT7DSSMWDfiame67m3cmfEigEXEOc_keY2gt9AQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> When one uses “enable_” settings to adjust planner behavior, PostgreSQL
> just sets really high costs for the operations affected (like the one you
> see).
>
> As SeqScan is the only possible way to execute your query, it is still
> choosen.
>

I get it. Thanks!

--
Amit Langote

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nikhil G Daddikar 2013-05-27 13:09:47 How to know the exact time to which the database was recovered
Previous Message Amit Langote 2013-05-27 08:13:33 Re: Seq Scan cost shown to be (cost=10000000000.00..10000000001.10)