RE: [SQL] Re: Good Optimization

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
Cc: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgreSQL(dot)org>
Subject: RE: [SQL] Re: Good Optimization
Date: 1999-07-09 20:47:44
Message-ID: D05EF808F2DFD211AE4A00105AA1B5D23212D1@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> [Charset iso-8859-1 unsupported, filtering to ASCII...]
> > Hi, Bruce,
> >
> > I've only just picked up the thread on optimizations (I get the digest
> for
> > the pgsql-sql list). I really feel that a lot of effort could be saved
> with
> > some good benefits if a stored proc mechanism is put into place. Once
> that
> > has been done, it can be used to store temporary plans (procedures) for
> > ad-hoc queries which are released on the termination of the connection.
> > However, I think that a lot of users will develop stored procs to
> replace a
> > lot of their existing common SQL, in order to (partially) optimize their
> > systems. Perhaps in the PREPARE statement we could add a facility to
> allow
> > the user to specify the TTL of the cached proc for an ad-hoc query.
> >
> > When I talk about stored procs, I don't mean functions. We already have
> > those. I mean procedures that are able to return a rowset. Just to
> make
> > sure nobody gets the wrong idea.
>
> Not sure why our functions can't return tuples.
>
> > Also, has anything happened about the idea to get PG to cluster
> (somebody
> > mentioned Beowulf)?
>
> No one has mentioned this.
>
I believe he's referring to having PostgreSQL have distributed
loading across multiple machines. I've been thinking of testing a Beowulf
setup here for fault tolerance and fail-over. It's might be the most
elegant and easy solution to implement, starting with a Red Hat box.
It's time to move www.airforce.com to PostgreSQL and PHP :)
-DEJ

Browse pgsql-sql by date

  From Date Subject
Next Message George Young 1999-07-09 20:56:25 class as a table column
Previous Message George Young 1999-07-09 20:37:00 class as a table column?