Re: PostgreSQL vs. Oracle vs. Microsoft

From: Gary Doades <gpd(at)gpdnet(dot)co(dot)uk>
To:
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL vs. Oracle vs. Microsoft
Date: 2005-01-10 21:55:57
Message-ID: 41E2F9ED.1070206@gpdnet.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Dave Cramer wrote:
> I'm curious, why do you think that's serious ? What do you really expect
> to do in the stored procedure ? Anything of consequence will seriously
> degrade performance if you select it in say a million rows.
>

I'm not sure what you mean by "select it in a million rows". I would
expect to write a procedure within the database engine to select a
million rows, process them and return the result to the client. Very
efficient.

Cheers,
Gary.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2005-01-10 23:29:52 Re: PostgreSQL vs. Oracle vs. Microsoft
Previous Message Dave Cramer 2005-01-10 21:31:40 Re: PostgreSQL vs. Oracle vs. Microsoft