Re: [HACKERS] follow-up on PC Week Labs benchmark results

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Timothy Dyck <Timothy_Dyck(at)zd(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] follow-up on PC Week Labs benchmark results
Date: 2000-02-07 14:54:02
Message-ID: 389EDC8A.F1ED458D@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> create view doesn't allow column aliases in the view definition: e.g.
> create view myview (a,b,c) as select x,y,z ... doesn't work, but create
> view myview select x as a, y as b, z as c ... works.

Thanks for the heads up. We've never run into it before (and have not
had any requests for it), but will look at implementing it.

> ... PC Week never benchmarks non-production, non-released code...
> ... this story was driven by the news of
> InterBase going open source.

Hmm. InterBase going open source seems to be a pre-alpha vaporware
feature so far ;)

> In particular, I'd like to compare IB 6 with PG 7.x and MySQL later this
> year (I didn't benchmark MySQL this time because I ran out of time, but
> would very much like to.)

Great. We'll look forward to it. Also, it will be interesting to see
the relative performance and feature improvements over time; Postgres
has been living on "Internet time" for the last three or four years,
and I'll be suprised if other "Open Source" DBs can keep up.

> In addition, I have a) extended the query set quite a bit to cover much
> more of the SQL92 entry/intermediate level spec, and b) added query log
> tables and consistency check queries to do some testing of proper ACID
> properties.

You had inquired earlier about "when we would support complete SQL92"
(give or take a few words). What areas of entry level SQL92 are we
missing in your opinion (or should we wait for the article)?

btw, I've been amused and gratified by PC Week's obvious shift from
Open Source FUD generator to covering Open Source with a more even
hand. It's been months since the last time John Dodge referred to
"linux fanatics" with obvious scorn, and it is nice to see that y'all
are starting to get the point.

Regards.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-02-07 14:59:45 Re: [HACKERS] Need confirmation of "Posix time standard" on FreeBSD
Previous Message Jeff MacDonald <jeff@pgsql.com> 2000-02-07 14:24:24 Longer Column Names