Re: Need help to decide Mysql vs Postgres - Mailing list pgsql-performance

From Michael Fuhr
Subject Re: Need help to decide Mysql vs Postgres
Date
Msg-id 20050606183340.GA38889@winnie.fuhr.org
Whole thread Raw
In response to Re: Need help to decide Mysql vs Postgres  (Tobias Brox <tobias@nordicbet.com>)
List pgsql-performance
On Mon, Jun 06, 2005 at 08:25:08PM +0300, Tobias Brox wrote:
> [Jeffrey Tenny - Mon at 11:51:22AM -0400]
> > There are some pitfalls to pgsql though, especially for existing SQL
> > code using MAX and some other things which can really be blindsided
> > (performance-wise) by pgsql if you don't use the workarounds.
>
> Yes, I discovered that - "select max(num_attr)" does a full table scan even
> if the figure can be found easily through an index.

PostgreSQL 8.1 will be able to use indexes for MIN and MAX.

http://archives.postgresql.org/pgsql-committers/2005-04/msg00163.php
http://archives.postgresql.org/pgsql-committers/2005-04/msg00168.php

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-performance by date:

Previous
From: Vivek Khera
Date:
Subject: Re: Postgresql on an AMD64 machine
Next
From: Ron Mayer
Date:
Subject: Re: Need help to decide Mysql vs Postgres