Re: [PERFORM] Can you please suggest me some links where I can learn:

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>
Cc: M Tarkeshwar Rao <m(dot)tarkeshwar(dot)rao(at)ericsson(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>, postgres performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Re: [PERFORM] Can you please suggest me some links where I can learn:
Date: 2013-09-05 22:42:19
Message-ID: CAHyXU0xoJbsjLHei-u+qM4U4jW-Pbk5DLjB-KjH8m_9b+2YNCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-performance

On Thu, Sep 5, 2013 at 10:39 AM, Kevin Grittner <kgrittn(at)ymail(dot)com> wrote:
> M Tarkeshwar Rao <m(dot)tarkeshwar(dot)rao(at)ericsson(dot)com> wrote:
>
>> I want start contributing in Postgres in code level.
>
> Welcome! You should probably start with this page and its links:
>
> http://wiki.postgresql.org/wiki/Developer_FAQ
>
>> Can you please suggest me some links where I can learn:
>> 1. Transaction Isolation in Database
>
> http://www.postgresql.org/docs/current/interactive/transaction-iso.html
>
>> 2. Query procession and possible optimizations.
>
> http://www.postgresql.org/docs/current/interactive/overview.html
>
> http://www.pgcon.org/2011/schedule/attachments/188_Planner%20talk.pdf
>
> http://www.justin.tv/sfpug/b/419326732
>
>> 3. How to improve query and its performance.
>
> http://wiki.postgresql.org/wiki/Performance_Optimization
>
>> 4. MVCC in detail.
>
> http://www.slideshare.net/profyclub_ru/mvcc-unmaskedbruce-momjian

Another high priority thing to check out is the README files in the
code (this is mentioned tangentially in the developer FAQ).
Personally (and I'm no expert) I find some parts of the code much
easier to dive into without a lot of surrounding context than others
-- it could take a lifetime to learn it all. My advise is to start
small and pick a very specific topic and focus on that.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2013-09-05 22:53:38 Re: [PERFORM] Can you please suggest me some links where I can learn:
Previous Message Eduardo Morras 2013-09-05 22:38:14 Re: [pgeu-general] Call for design: PostgreSQL mugs

Browse pgsql-performance by date

  From Date Subject
Next Message Brian Fehrle 2013-09-05 22:45:16 View with and without ::text casting performs differently.
Previous Message Jeff Janes 2013-09-05 18:14:26 Re: COPY TO and VACUUM