Re: Postgresql's table & index compared to that of MySQL - Mailing list pgsql-general

From Tom Lane
Subject Re: Postgresql's table & index compared to that of MySQL
Date
Msg-id 28884.1282014345@sss.pgh.pa.us
Whole thread Raw
In response to Re: Postgresql's table & index compared to that of MySQL  (Andy <angelflow@yahoo.com>)
Responses Re: Postgresql's table & index compared to that of MySQL
List pgsql-general
Andy <angelflow@yahoo.com> writes:
> Your results of 867MB for Postgresql & 3,576 MB for InnoDB are surprising. Do you know why it is so much smaller for
Postgresql?Are there any indexes? 

If I understood the original report correctly, they were complaining
mostly about index size, so a table without indexes certainly isn't
a real helpful comparison.  Still, this brings up an important point:
AFAICS the paper doesn't even mention which mysql storage engine they're
using.  So it's *really* hard to tell what we're comparing to.

> Are all Postgresql indexes based on GIN & GiST?

No, certainly not.  See
http://www.postgresql.org/docs/8.4/static/indexes-types.html

            regards, tom lane

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Duda sobre campo null!!!
Next
From: tuanhoanganh
Date:
Subject: Re: How to do hot backup using postgres