array data types and performance

From: Travis Bauer <trbauer(at)indiana(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: array data types and performance
Date: 2000-05-16 15:05:49
Message-ID: Pine.GSO.4.21.0005161002380.25755-100000@mantaray.cs.indiana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
----------------------------------------------------------------

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2000-05-16 15:16:05 Re: Queries using the C API
Previous Message Ross J. Reedstrom 2000-05-16 14:55:10 Re: Performance