array data types and performance - Mailing list pgsql-general

From Travis Bauer
Subject array data types and performance
Date
Msg-id Pine.GSO.4.21.0005161002380.25755-100000@mantaray.cs.indiana.edu
Whole thread Raw
List 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 by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: Performance
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Queries using the C API