Re: Storing thousands of csv files in postgresql

Поиск
Список
Период
Сортировка
От Marcos Pegoraro
Тема Re: Storing thousands of csv files in postgresql
Дата
Msg-id CAB-JLwbpFtUe7nU-nrpBY0g5oBJEta4DiQaEO_1mm6Kzn_WVnA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Storing thousands of csv files in postgresql  (Erik Brandsberg <erik@heimdalldata.com>)
Ответы Re: Storing thousands of csv files in postgresql  (Ion Alberdi <ion.alberdi@pricemoov.com>)
Список 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 по дате отправления:

Предыдущее
От: Erik Brandsberg
Дата:
Сообщение: Re: Storing thousands of csv files in postgresql
Следующее
От: Ion Alberdi
Дата:
Сообщение: Re: Storing thousands of csv files in postgresql