Re: 10 missing features

From: Radosław Smogura <rsmogura(at)softperience(dot)eu>
To: Leif Biberg Kristensen <leif(at)solumslekt(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: 10 missing features
Date: 2011-04-26 13:54:31
Message-ID: 44cc2608276514b8cca65436bef3dcb4@mail.softperience.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 26 Apr 2011 14:30:19 +0200, Leif Biberg Kristensen wrote:
> On Monday 25 April 2011 10:41:36 Linos wrote:
>> Hi all,
>> only want to link this blog post
>>
>> http://blog.kimiensoftware.com/2011/04/top-10-missing-postgresql-features
>> ,
>> i think he may have any good points.
>>
>>
>> Miguel Angel.
>
> Maybe the best point is the one between the lines: That PostgreSQL is
> being
> compared to Oracle on a feature-by-feature basis. I don't know if his
> views
> are representative for Oracle DBAs, but it's an indication of
> PostgreSQL being
> considered in the same league as Oracle.
>
> The «features» perceived to be missing from PostgreSQL by the Oracle
> DBA is
> the icing on the cake. The cake itself (in terms of data integrity,
> performance, scalability) is obviously regarded as totally edible.
>
> regards, Leif

All this small features creates good database in terms of database
system, which is administrative and developer friendly.

For example, having knowledge when particular query stuck may be great
advantage for administrators and developers as well. Ofcourse each
functionality gives some overhead, but from other hand, if you create
important systems (like financials) "stability" and how it's easy to
track errors is required.

Form this what I was interested and saw:
* I think he good pointed that logging indices, may be unneeded, as
those can be recreated.
* Approach for I/O - I have constant feeling that ShMem is wasted for
storing copy of system cache, but I don't know better solution, as well
I saw in bufmgr.c method for preloading data, but I don't know if it's
used somewhere.
* Some operations may fill cache with "trash".

Regards,
Radek

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nicholson, Brad (Toronto, ON, CA) 2011-04-26 14:08:44 Re: 10 missing features
Previous Message Phoenix Kiula 2011-04-26 12:41:19 Re: Help - corruption issue?