Re: Unexpected Performance for the Function simplify_function - Mailing list pgsql-performance

From Ba Jinsheng
Subject Re: Unexpected Performance for the Function simplify_function
Date
Msg-id SEZPR06MB6494C2E2D24798C7A66F4D3D8A4F2@SEZPR06MB6494.apcprd06.prod.outlook.com
Whole thread Raw
In response to Re: Unexpected Performance for the Function simplify_function  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Unexpected Performance for the Function simplify_function
List pgsql-performance
>It looks like the better plan involves a
>nestloop with inner indexscan on lineitem, which is something whose
>estimated cost depends enormously on random_page_cost.  You've given
>us exactly zero detail about your test conditions, so it's hard to say
>more than that.

I used the default configuration in the file src/backend/utils/misc/postgresql.conf.sample
So the random_page_cost = 4.0 

Best regards,

Jinsheng Ba


Notice: This email is generated from the account of an NUS alumnus. Contents, views, and opinions therein are solely those of the sender.

pgsql-performance by date:

Previous
From: Ba Jinsheng
Date:
Subject: Re: Unexpected Performance for the Function simplify_function
Next
From: Andrei Lepikhov
Date:
Subject: Re: Unexpected Performance for the Function simplify_function