text fields and performance for ETL

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема text fields and performance for ETL
Дата
Msg-id 163594615980.678.1904941309603792278@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: text fields and performance for ETL
Re: text fields and performance for ETL
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/datatype-character.html
Description:

Text field is a field that is intended for very big texts. 
Performance within Postgres database is commented to be the same as for
normal varchar. 

But performance in ETL processes related to such data type is decreased
dramatically, because any process that takes this kind of data needs to
calculate its size on a row level and cannot take bigger chunks of data
based on max size. 

So the conclusion would be to use an appropriate character length that
reflects max string size.

В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ldapbindpasswd parameter value encrypted
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: text fields and performance for ETL