Re: PostgreSQL Arrays and Performance

From: Marc Philipp <mail(at)marcphilipp(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL Arrays and Performance
Date: 2006-01-08 09:26:32
Message-ID: 1136712392.9076.27.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> How large are the arrays? PG is definitely not designed to do well
> with
> very large arrays (say more than a couple hundred elements). You
> should
> reconsider your data design if you find yourself trying to do that

At the moment, the arrays are not larger than 200 entries. But there is
not upper bound for their size.

Regards, Marc Philipp

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2006-01-08 12:17:05 Re: Installing Postgres 8.1 on Windows Server 2003 R2
Previous Message Marc Philipp 2006-01-08 09:22:22 Re: PostgreSQL Arrays and Performance