Re: [GSoC] Self introduction and question to mentors

From: Andrew Borodin <borodin(at)octonica(dot)com>
To: Кирилл Бороздин <borozdin(dot)kirill(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [GSoC] Self introduction and question to mentors
Date: 2017-03-09 14:43:27
Message-ID: CAJEAwVGRd5e7ESiqco2YteWB227dVXJC86=ZYDema=s=x1uOrA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, Kirill!

2017-03-06 12:41 GMT+05:00 Кирилл Бороздин <borozdin(dot)kirill(at)gmail(dot)com>:
> My name is Kirill Borozdin. I am a student of Ural Federal University from
> Yekaterinburg, Russia.
That's fine. I'm the associate professor at Ural Federal University.
But not in your institution, though.

> I understand that this task will require a big number of experiments because
> we want to achieve
> a speed-up in real life cases.
>
> Can you recommend me some articles or specific source files in PostgreSQL
> codebase (it is so huge!)
> which I can explore to be better prepared (in case I will be lucky enough to
> be selected for GSoC)?

Well, this project is not that specific to PostgreSQL. Everything you
need to compile and use Postgres you can find on Wiki or just ask me
directly.

For starters, I'd recommend to look up some sorting algorithms survey
papers from Google Scholar. There is a good paper by Goetz Graefe on
sorting, but it either reflects current situation that some future
algorithms :)

Something on cache-oblivious sorting and on cache
http://igoro.com/archive/gallery-of-processor-cache-effects/

Finally, papers referenced in Wiki page about GSoC for this project
are a good starting point.

As for tests, TPC is kind of ubiquitous, We could just move standard
pg_bench script towards more sorting involved.

Best regards, Andrey Borodin.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2017-03-09 14:47:18 partitioned tables and contrib/sepgsql
Previous Message Robert Haas 2017-03-09 14:34:01 Re: CREATE/ALTER ROLE PASSWORD ('value' USING 'method')