Lists: | pgsql-students |
---|
From: | hitesh ramani <hiteshramani(at)hotmail(dot)com> |
---|---|
To: | "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | GSOC 2015: Student Introduction |
Date: | 2015-02-21 19:36:06 |
Message-ID: | BAY176-W50BFA99652DAFB785273B0DC2B0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
Hello,
My name is Hitesh Ramani, I'm a student of Hyderabad Central University, Hyderabad, India. Currently I'm pursuing a project in PostgreSQL as my Post Graduation project hence I've hacked into the Postgres code a lot of times to add some functionalities to it, specifically to the sorting code. I'm also familiar with the query processing and backend internals.
I'm keen to know the kind of projects Postgres will be floating this year for GSOC.
Hoping for a response.
Thank You.Hitesh Ramani
From: | Thom Brown <thom(at)linux(dot)com> |
---|---|
To: | hitesh ramani <hiteshramani(at)hotmail(dot)com> |
Cc: | "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-03 11:16:32 |
Message-ID: | CAA-aLv6a7wdq_afTQyZHJYqp5NbSEqC3vtHH+2yJ9UN6gB34qw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
On 21 February 2015 at 19:36, hitesh ramani <hiteshramani(at)hotmail(dot)com> wrote:
>
>
> Hello,
>
> My name is Hitesh Ramani, I'm a student of Hyderabad Central University, Hyderabad, India. Currently I'm pursuing a project in PostgreSQL as my Post Graduation project hence I've hacked into the Postgres code a lot of times to add some functionalities to it, specifically to the sorting code. I'm also familiar with the query processing and backend internals.
>
> I'm keen to know the kind of projects Postgres will be floating this year for GSOC.
Hi Hitesh,
Do you have any particular area you wish to work on, or a feature
you'd like to add? You can find some project ideas on the GSoC 2015
wiki page here:
https://wiki.postgresql.org/wiki/GSoC_2015#Project_Ideas
Regards
Thom
From: | Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com> |
---|---|
To: | Thom Brown <thom(at)linux(dot)com> |
Cc: | hitesh ramani <hiteshramani(at)hotmail(dot)com>, "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-03 15:06:12 |
Message-ID: | CAFcNs+rgBZ--ZL1XbvJ090jQNf+EBNY+Gbof_+JidM7H85djaA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
On Tue, Mar 3, 2015 at 8:16 AM, Thom Brown <thom(at)linux(dot)com> wrote:
>
> Do you have any particular area you wish to work on, or a feature
> you'd like to add? You can find some project ideas on the GSoC 2015
> wiki page here:
> https://wiki.postgresql.org/wiki/GSoC_2015#Project_Ideas
>
Thom,
I removed the above idea because it's already implemented.
* parallel vacuumdb
Regards,
--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog: http://fabriziomello.github.io
>> Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
>> Github: http://github.com/fabriziomello
From: | hitesh ramani <hiteshramani(at)hotmail(dot)com> |
---|---|
To: | Thom Brown <thom(at)linux(dot)com> |
Cc: | "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-04 10:56:08 |
Message-ID: | BAY176-W17BE43354531102EA7F53DC1E0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
Hi Thom,
Glad to see your response. I apologize for the delay in response due to some official work.
>Do you have any particular area you wish to work on, or a feature
>you'd like to add?
Yes, as I said, I'm working on the sorting enhancements, I would like to propose enhancing the sorting using parallel architectures, specifically CUDA. I've been doing some research on this and I think it is very much possible. As Postgres has capabilities to handle massive number of elements and sorting is an important component in order by queries.
>You can find some project ideas on the GSoC 2015
>wiki page here:
>https://wiki.postgresql.org/wiki/GSoC_2015#Project_Ideas
I saw the wiki but the ideas stated there are very vague in sense, only a few have details, any plans to add more details and skills to the titles?
Looking forward to hear from you.
Thanks and Regards,Hitesh Ramani
From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | hitesh ramani <hiteshramani(at)hotmail(dot)com>, Thom Brown <thom(at)linux(dot)com> |
Cc: | "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-04 18:31:51 |
Message-ID: | 54F74F97.50302@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
On 03/04/2015 02:56 AM, hitesh ramani wrote:
> Yes, as I said, I'm working on the sorting enhancements, I would like to
> propose enhancing the sorting using parallel architectures, specifically
> CUDA. I've been doing some research on this and I think it is very much
> possible. As Postgres has capabilities to handle massive number of
> elements and sorting is an important component in order by queries.
This sounds like a great project. Please submit it to the GSOC form.
--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com
From: | Atri Sharma <atri(dot)jiit(at)gmail(dot)com> |
---|---|
To: | Josh Berkus <josh(at)agliodbs(dot)com> |
Cc: | hitesh ramani <hiteshramani(at)hotmail(dot)com>, Thom Brown <thom(at)linux(dot)com>, "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-04 18:34:52 |
Message-ID: | CAOeZVifz+noyn8DgvzQ1DDKiSmNqiGPOuCM9TOivwc7x00raww@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
On Thu, Mar 5, 2015 at 12:01 AM, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> On 03/04/2015 02:56 AM, hitesh ramani wrote:
> > Yes, as I said, I'm working on the sorting enhancements, I would like to
> > propose enhancing the sorting using parallel architectures, specifically
> > CUDA. I've been doing some research on this and I think it is very much
> > possible. As Postgres has capabilities to handle massive number of
> > elements and sorting is an important component in order by queries.
>
> This sounds like a great project. Please submit it to the GSOC form.
>
Something like PG Strom?
From: | hitesh ramani <hiteshramani(at)hotmail(dot)com> |
---|---|
To: | Josh Berkus <josh(at)agliodbs(dot)com>, Thom Brown <thom(at)linux(dot)com> |
Cc: | "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-04 19:34:15 |
Message-ID: | BAY176-W3204A95D21AF2E23732251DC1E0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
Hello Josh,
> This sounds like a great project. Please submit it to the GSOC form.
Can you provide me the link to submit the idea?
Thanks and Regards,Hitesh Ramani
From: | hitesh ramani <hiteshramani(at)hotmail(dot)com> |
---|---|
To: | Atri Sharma <atri(dot)jiit(at)gmail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com> |
Cc: | Thom Brown <thom(at)linux(dot)com>, "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-04 19:36:34 |
Message-ID: | BAY176-W192BC8A9F74F64A21DAC38DC1E0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
Hello Atri,
>>Something like PG Strom?
Yes, you may say something like that, but sorting and aggregation is still to be done in PG Strom. And I see much use for it in mathematical calculations but not internal operations. Please correct me if I'm wrong.
Thanks and Regards,Hitesh Ramani
From: | hitesh ramani <hiteshramani(at)hotmail(dot)com> |
---|---|
To: | Thom Brown <thom(at)linux(dot)com> |
Cc: | "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-06 19:48:21 |
Message-ID: | BAY176-W521A1E59112A16F3BCCA0EDC1C0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
Hi Thom,
I was wondering if you could guide me a little on the area I'd like to work on for me to have a quicker start?
Regards,Hitesh Ramani
From: hiteshramani(at)hotmail(dot)com
To: thom(at)linux(dot)com
CC: pgsql-students(at)postgresql(dot)org
Subject: Re: [pgsql-students] GSOC 2015: Student Introduction
Date: Wed, 4 Mar 2015 16:26:08 +0530
Hi Thom,
Glad to see your response. I apologize for the delay in response due to some official work.
>Do you have any particular area you wish to work on, or a feature
>you'd like to add?
Yes, as I said, I'm working on the sorting enhancements, I would like to propose enhancing the sorting using parallel architectures, specifically CUDA. I've been doing some research on this and I think it is very much possible. As Postgres has capabilities to handle massive number of elements and sorting is an important component in order by queries.
>You can find some project ideas on the GSoC 2015
>wiki page here:
>https://wiki.postgresql.org/wiki/GSoC_2015#Project_Ideas
I saw the wiki but the ideas stated there are very vague in sense, only a few have details, any plans to add more details and skills to the titles?
Looking forward to hear from you.
Thanks and Regards,Hitesh Ramani
From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | hitesh ramani <hiteshramani(at)hotmail(dot)com> |
Cc: | Atri Sharma <atri(dot)jiit(at)gmail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, Thom Brown <thom(at)linux(dot)com>, "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-13 02:06:35 |
Message-ID: | 20150313020635.GV29780@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
* hitesh ramani (hiteshramani(at)hotmail(dot)com) wrote:
> Hello Atri,
> >>Something like PG Strom?
>
> Yes, you may say something like that, but sorting and aggregation is still to be done in PG Strom. And I see much use for it in mathematical calculations but not internal operations. Please correct me if I'm wrong.
You'll seriously need to differentiate what your proposal is from the
existing PG Strom project for it to make sense to accept as truely
independent from that effort, if that's your intent. Further, I expect
that you'll need to find a mentor who has access to the same kind of
environment which you have access to where you'll be doing this work (we
are unable to provide any hardware to you for this effort, as I
understand it).
Thanks,
Stephen
From: | hitesh ramani <hiteshramani(at)hotmail(dot)com> |
---|---|
To: | Stephen Frost <sfrost(at)snowman(dot)net> |
Cc: | Atri Sharma <atri(dot)jiit(at)gmail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, Thom Brown <thom(at)linux(dot)com>, "pgsql-students(at)postgresql(dot)org" <pgsql-students(at)postgresql(dot)org> |
Subject: | Re: GSOC 2015: Student Introduction |
Date: | 2015-03-13 15:03:24 |
Message-ID: | BAY176-W3926A582F889179CC1E27BDC070@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-students |
Hello Stephen,
Thank you for the response.
> You'll seriously need to differentiate what your proposal is from the
> existing PG Strom project for it to make sense to accept as truely
> independent from that effort, if that's your intent.
I will definitely write strong points which will differ my proposal from PG Strom.
> Further, I expect that you'll need to find a mentor who has access to the same kind of
> environment which you have access to where you'll be doing this work (we
> are unable to provide any hardware to you for this effort, as I
> understand it).
I have access to a NVidia GPU(Quodro K600). This is the only hardware I need I suppose to run the CUDA code. Moreover, as CUDA runs on most of the NVidia GPUs(as listed on the Nvidia website), anyone having a NVidia CUDA compatible GPU can help me with this.
Thanks and Regards,Hitesh Ramani