Re: plpgsql loop not returning value

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: plpgsql loop not returning value
Date: 2004-10-17 05:24:27
Message-ID: 874qkt3oj8.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Josh Close <narshe(at)gmail(dot)com> writes:

> I didn't write it, but it's to avoid locking. Each table is for a
> different server. They are all writing at the same time, and I guess
> it speeds up the inserts to have them in different tables.

Uh, not in Postgres. Perhaps you're thinking of another database system?
In fact I suspect it's slowing down your system somewhat.

--
greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2004-10-17 05:55:00 Re: Tsearch2 trigger firing...
Previous Message Ken Tozier 2004-10-17 04:25:07 Re: Newbie table definition question