Re: Indexing an array?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Indexing an array?
Дата
Msg-id 8423.1126197225@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Indexing an array?  (Silke Trissl <trissl@informatik.hu-berlin.de>)
Список pgsql-sql
Silke Trissl <trissl@informatik.hu-berlin.de> writes:
> I have a problem with arrays in Postgres. I want to create a really
> large array, lets say 3 billion characters long.

Forget it --- quite aside from indexing inefficiencies, the max size of
an array (or any other single field) is just 1Gb.  Don't try to use
arrays to replace tables.
        regards, tom lane


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

Предыдущее
От: "Dmitri Bichko"
Дата:
Сообщение: Re: Indexing an array?
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Statistics from Sequences