Re: Perfomance Tuning

From: Christopher Browne <cbbrowne(at)libertyrms(dot)info>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Perfomance Tuning
Date: 2003-08-14 14:49:53
Message-ID: 60adaci99q.fsf@dev6.int.libertyrms.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

threshar(at)torgo(dot)978(dot)org (Jeff) writes:
> On Wed, 13 Aug 2003, Josh Berkus wrote:
>> As I have said elsewhere, Informix is probably a poor database to emulate
>> since they are effectively an old dead-end fork of the Ingres/Postgres code,
>> and have already been "mined" for most of the improvements they made.
>>
> With informix 7.0 they rewrote the entire thing from the ground up
> to remove a bunch of limitations and build a multithreaded engine.
> so it isn't so much an old fork anymore.

No, I think you misunderstand the intent...

The pre-7.0 version was based on Informix's B-Tree libraries, and the
file structuring actually bears a marked resemblance to that of MySQL
(that's an observation; neither forcibly a good or a bad thing), where
there's a data file for the table, and then a bunch of index files,
named somewhat after the table.

In the 7.0-and-after era, they added in the "old dead-end fork of the
Ingres/Postgres code" to get the "Universal Data Server."

[This is diverging somewhat from "performance;" let's try to resist
extending discussion...]
--
(reverse (concatenate 'string "ofni.smrytrebil" "@" "enworbbc"))
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Bertrand Petit 2003-08-14 14:53:11 Re: 7.4 beta 1 getting out of swap
Previous Message Jeff 2003-08-14 12:35:17 Re: Perfomance Tuning