Re: Multithreaded queue in PgSQL

From: Nikola Milutinovic <alokin1(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Multithreaded queue in PgSQL
Date: 2008-06-10 11:58:29
Message-ID: 859463.28936.qm@web58714.mail.re1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> You may find that the PGQ component of skytools is what you want:
> http://pgfoundry.org/projects/skytools
> http://skytools.projects.postgresql.org/doc/
> http://skytools.projects.postgresql.org/doc/pgq-sql.html
>

Thanks, we will look into it. Still, I am surprised to learn that SQL as such cannot handle it. I do realize that the question is not trivial. Would setting transaction isolation level to SERIALIZABLE help in any way? Would locking of the entire table help in any way?

Nix.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2008-06-10 12:10:30 Re: REGEXP_REPLACE woes
Previous Message Leif B. Kristensen 2008-06-10 11:28:06 REGEXP_REPLACE woes