Table Creation Question.

Поиск
Список
Период
Сортировка
От
Тема Table Creation Question.
Дата
Msg-id 9c6v4u$2bpv$1@news.tht.net
обсуждение исходный текст
Ответы Re: Table Creation Question.  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Hello, I'm wondering if anyone could point me towards performance/space
tradeoffs for large tables in Postgres.  I would like to create a very
large table that has in each tuple a varchar and a list of integers.  What
are the benefits of designing my table as a varchar/array of integers
vs. the more standard relational way of having a separate tuple for each
varchar/integer pair?

I assume using the array type would save me some cost on storage, while
using the varchar/integer pairs would result in faster queries.  Is this
correct?  Thanks for any help or pointers.

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

Предыдущее
От: Peter Keller
Дата:
Сообщение: indices are crashed after installation of rpm
Следующее
От: Theo van der Sluijs
Дата:
Сообщение: state locked row (PLEASE HELP ME)