Re: Storing thousands of csv files in postgresql - Mailing list pgsql-sql

From Marcos Pegoraro
Subject Re: Storing thousands of csv files in postgresql
Date
Msg-id CAB-JLwbpFtUe7nU-nrpBY0g5oBJEta4DiQaEO_1mm6Kzn_WVnA@mail.gmail.com
Whole thread Raw
In response to Re: Storing thousands of csv files in postgresql  (Erik Brandsberg <erik@heimdalldata.com>)
Responses Re: Storing thousands of csv files in postgresql  (Ion Alberdi <ion.alberdi@pricemoov.com>)
List pgsql-sql
I'm going to challenge that the question is not one for Postgres, but you should be asking "What filesystem is best suited to having many files in the same directory" and let the technology deal with the problem.  Postgres is just dependent on the filesystem for this behavior.  And to that answer, I believe, is XFS.  

He didn't say how many different schemas will have.
All those thousands of CSV files have a completely unknown structure ?
Or you'll have just dozens or hundreds of structures ?

Marcos

pgsql-sql by date:

Previous
From: Erik Brandsberg
Date:
Subject: Re: Storing thousands of csv files in postgresql
Next
From: Ion Alberdi
Date:
Subject: Re: Storing thousands of csv files in postgresql