Re: WIP Patch: Selective binary conversion of CSV file foreign tables
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
Cc: pgsql-hackers@postgresql.org
Date: 2012-05-10T16:36:18Z
Lists: pgsql-hackers
On Tue, May 8, 2012 at 7:26 AM, Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp> wrote: > I would like to propose to improve parsing efficiency of contrib/file_fdw by > selective parsing proposed by Alagiannis et al.[1], which means that for a > CSV/TEXT file foreign table, file_fdw performs binary conversion only for > the columns needed for query processing. Attached is a WIP patch > implementing the feature. Can you add this to the next CommitFest? Looks interesting. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company