array data types and performance

Поиск
Список
Период
Сортировка
От Travis Bauer
Тема array data types and performance
Дата
Msg-id Pine.GSO.4.21.0005161002380.25755-100000@mantaray.cs.indiana.edu
обсуждение исходный текст
Список pgsql-general
Two questions:

1.  Is there a way to make an "Array field,"  where you could refer to
something like afield[1], afield[2], . . . and have them each be an
integer or some other base data type?

2.  If not, I think something equivalent could be accomplished using
composite data types written in C++.  If there a performance cost to using
routines in shared libraries?

----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------


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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: Performance
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Queries using the C API