Index on wide varchar column

Поиск
Список
Период
Сортировка
От Antonio Sergio de Mello e Souza
Тема Index on wide varchar column
Дата
Msg-id 3BD5DD36.1050008@bol.com.br
обсуждение исходный текст
Список pgsql-general
Hi all,

I'm working on an application that needs to use a big table (millions of
rows). This table has around 70 columns, one of which is a
VARCHAR(30000) that is used exclusively to sort the rows in a specific
order. The application runs in batch and reads every row of that table.
Are there any restrictions about using such a wide column to order a
table? Can an index on that column help?
Any help will be greatly appreciated.

Regards,

Antonio Sergio


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

Предыдущее
От: "guard"
Дата:
Сообщение: "distributed databases " what time finish??
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Getting OID after Insert