Re: Understanding PostgreSQL Storage Engines - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Understanding PostgreSQL Storage Engines
Date
Msg-id 201010081439.23252.adrian.klaver@gmail.com
Whole thread Raw
In response to Understanding PostgreSQL Storage Engines  (Carlos Mennens <carlos.mennens@gmail.com>)
Responses Re: Understanding PostgreSQL Storage Engines
List pgsql-general
On Friday 08 October 2010 2:30:40 pm Carlos Mennens wrote:
> I know that MySQL uses MyISAM storage engine by default and was just
> trying to look on Google to try and see if I could understand what
> storage engine does PostgreSQL use by default when I generate a
> database / table. Is there some way someone (me) who knows nothing
> about how a ORDBMS works understand the difference between all storage
> engine options and which does PostgreSQL use by default.
>
> Thanks for any help...
>
> -Carlos

Postgres only has one storage engine. Sort of simplifies things.

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Dmitriy Igrishin
Date:
Subject: Re: Understanding PostgreSQL Storage Engines
Next
From: Miroslav Šulc
Date:
Subject: Another PostgreSQL Diff Tool 2.2.2 released