performance issue in the fields.

Поиск
Список
Период
Сортировка
От dba
Тема performance issue in the fields.
Дата
Msg-id 1297683192310-3384307.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: performance issue in the fields.  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-performance

create table a( address1 int,address2 int,address3 int)
create table b(address int[3])

I have created two tables. In the first table i am using many fields to
store 3 address.
as well as in b table, i am using array data type to store 3 address.  is
there any issue would face in performance related things.... which one will
cause the performance issue.
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/performance-issue-in-the-fields-tp3384307p3384307.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

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

Предыдущее
От: Artur Zając
Дата:
Сообщение: Re: How to boost performance of queries containing pattern matching characters
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: performance issue in the fields.