Re: GSoC 2018: Sorting Algorithm and Benchmarking

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: Kefan Yang <starordust(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
Subject: Re: GSoC 2018: Sorting Algorithm and Benchmarking
Date: 2018-04-27 06:38:02
Message-ID: B06A260E-1127-4B39-9805-887B2B9968EE@yandex-team.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

> 26 апр. 2018 г., в 0:12, Kefan Yang <starordust(at)gmail(dot)com> написал(а):
>
> My name is Kefan Yang. I am so excited that my proposal ‘Sorting Algorithm and Benchmarking 2018’ has been accepted.
Welcome! I'm also glad you've chosen this project.

> I see on the Wiki page that you can mentor this proposal.
Yes, we with Atri Sharma will mentor this project.

> This is what I’ve done in these few days:
> • I’ve carefully read through Submit a Patch and have a basic understanding of the submission process.
Cool!
> • I’ve set up the environment and ready to code. The sorting routine is kind of separated from other modules so I don’t need much time to get familiar with the code base. If things go smoothly, I can start coding ahead of schedule
Great!
> Now I have some questions:
> • If I understand it correctly, the sorting benchmark should be an executable under the src/bin/ folder just like pgbench?
Well, I think it is up to you how to make reproducible, precise and correct benchmarking :)
You can make exec (we will not have to merge it into PG, we need just results), or you can make Postgres extension (it is much easier) which will be executed from psql.
> • Do you, or other community members, have any suggestions about the final version of proposal?
As far as I know, proposal cannot be modified. Actual work can be slightly adjusted though.
> • Are there any specific thing you expect me to do during this community bonding period?

Let's establish communication. You can also build PostgreSQL from git and try pgbench (tool for benchmarking overall performance). Read something about TPC-(A,B,C) and YCSB, and may be even read something about sysbench.
I can think of following mediums of communications:
1. Slack channel
2. Telegram chat
3. Skype chat
4. E-mail

Atri, Kefar, how do you think, which of these will do best for us?

Best re

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2018-04-27 06:44:51 Re: Is there a memory leak in commit 8561e48?
Previous Message Ashutosh Bapat 2018-04-27 05:40:45 Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.