Re: Pl/PgsSQL array - Mailing list pgsql-general

From Richard Huxton
Subject Re: Pl/PgsSQL array
Date
Msg-id 42CBF6CE.1060708@archonet.com
Whole thread Raw
In response to Pl/PgsSQL array  (Ben-Nes Yonatan <da@canaan.co.il>)
Responses Re: Pl/PgsSQL array
List pgsql-general
Ben-Nes Yonatan wrote:
> Hi all,
>
> Can anyone tell me if Pl/PgSQL can support a multi dimensional array (of
> up to 5 levels top I guess) with about 100,000 values?
> and does it stress the system too much?

I can't imagine it being wonderful - you probably want a different
procedural language. Or a different approach come to think of it - can I
ask what you are using 5D arrays with 100,000 values for?

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERROR: cache lookup failed for relation 438095645
Next
From: Ben-Nes Yonatan
Date:
Subject: Re: Pl/PgsSQL array