Re: [HACKERS] Advice: Where could I be of help?

From: Mario Weilguni <mweilguni(at)sime(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: "Curtis Faith" <curtis(at)galtair(dot)com>
Subject: Re: [HACKERS] Advice: Where could I be of help?
Date: 2002-10-05 06:31:05
Message-ID: 200210050831.05217.mweilguni@sime.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

>
> I'd like to help work on some 7.4 features, however, since you've not seen
> my name before, I'm obviously new to the list and the org.
>
> I really like working on speed optimizations and rewrites. I have 15 years
> experience with C++-based systems and databases, and have worked on
> commercial database engines (i.e. indexing and query execution systems),
> sql execution and optimization, various lex and yacc based compilers and
> parsers. I've generally been able to get code to perform as well or better
> than competitive systems with similar functionality, and usually have been
> able to beat other code by 3 to 10 X. My unix experience is reasonable but
> I'm not an expert.

Hi,

just an idea, but if you're still searching something to work on, you might want to take
a look on the deadlock problem with foreign keys. It seems there's a new kind of lock needed here,
because it's possible to deadlock backends where no real deadlock situation occurs.

IMO this is one of the biggest problems in postgres now, because for foreign keys are widely used and
- even if not deadlocking - performance is limited because of the many "select ... for update" the fk system
uses limit concurrency to one at a time in many situations.

Regards,
Mario Weilguni

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Garo Hussenjian 2002-10-05 06:39:50 Re: Boolean output format
Previous Message Jeff Davis 2002-10-05 05:08:45 Re: Boolean output format

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas O'Dowd 2002-10-05 06:53:47 Re: [HACKERS] Advice: Where could I be of help?
Previous Message Curtis Faith 2002-10-05 06:11:53 Proposed LogWriter Scheme, WAS: Potential Large Performance Gain in WAL synching