Proposal to join the hackers list

From: Rajashree Mandaogane <rajashree(dot)28m(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Proposal to join the hackers list
Date: 2014-03-13 15:54:55
Message-ID: CAPn0L0OXP9AFNR7UHWzKytVzzyY8Z-aqgFNPNabK-cGsCgE26w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

We are computer engineering students from Maharashtra Institute of
Technology, Pune, Maharashtra, India. We are pursuing Bachelor of
Engineering degree in Computer Engineering. As a part of the curriculum, we
are supposed to perform a group project in the final year on a topic of our
choice.

We have decided to modify the storage of PostgresSQL for columnar storage
along with row based tuple storage. We are trying to modify the planner and
optimiser to generate the plan using data stored in both both row and
columnar storage. We are thinking to extend this project after curriculum
and will integrate btrfs file system with PostgresSQL to store columnar
data.

So far we have added our own system catalog and have created different
folders for row storage and column storage. We are working on the planner
and will later integrate all the modules. Guidance form your team would be
extremely helpful to us. We had mailed you last year as well regarding the
same but at that time we had just started with studying the source code of
PostgreSQL.

Could you please share your thoughts on the idea?

Thanks in advance for your time.

*Aditi Munot (munot(dot)aditi(at)gmail(dot)com)* <munot(dot)aditi(at)gmail(dot)com>

*Rajashree Mandaogane (rajashree(dot)28m(at)gmail(dot)com)* <rajashree(dot)28m(at)gmail(dot)com>

*Swapnil Bhoite (swapnil(dot)bhoite(at)live(dot)com)* <swapnil(dot)bhoite(at)live(dot)com>

*Tanmay Deshpande (tp(dot)deshpande07(at)gmail(dot)com)* <tp(dot)deshpande07(at)gmail(dot)com>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2014-03-13 16:04:28 Re: Postgresql XML parsing
Previous Message David Johnston 2014-03-13 15:53:08 Re: Is this a bug