Re: WIP: Collecting statistics on CSV file data

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: Shigeru Hanada <shigeru(dot)hanada(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: Collecting statistics on CSV file data
Date: 2011-10-20 09:56:27
Message-ID: 4E9FF04B.3050504@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I revised the patch according to Hanada-san's comments. Attached is the
updated version of the patch.

Changes:

* pull up of logging "analyzing foo.bar"
* new vac_update_relstats always called
* tab-completion in psql
* add "foreign tables are not analyzed automatically..." to 23.1.3
Updating Planner Statistics
* some other modifications

Best regards,
Etsuro Fujita

Attachment Content-Type Size
postgresql-analyze-v3.patch text/plain 51.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-10-20 12:33:59 Re: SSI implementation question
Previous Message Robert Haas 2011-10-20 04:57:50 Re: [v9.2] DROP statement reworks