GSoC Query

From: gaurav gupta <gauravkumar(dot)gupta(at)students(dot)iiit(dot)ac(dot)in>
To: xzilla(at)users(dot)sourceforge(dot)net
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: GSoC Query
Date: 2010-03-29 02:01:45
Message-ID: dbf361031003281901r1e22466am30a74396b569d524@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sir/Ma'am,

I am a Mtech student and want to participate in GSoC. I have a project
idea and want to discuss its feasibility, usability and chance of selection
with you.

My idea is to add a functionality of Auto tuning and Auto Indexing/
Reindexing in DB languages.

Though I am not working on this I have some idea about implementation.
Idea is that on the no. of rows deleted, Inserted in the table we can make
our system capable to reindex the table that will save the time of user.
Similarly using the no. of select hits on a table we can check that if
maximum no. of times it is on a non-index field we can index on that field
to make select faster.

I am looking forward to hear from you.

--
Thanks & Regards,
Gaurav Kumar Gupta
+91-9032844745

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-03-29 02:52:50 Re: GSoC Query
Previous Message Mike Rylander 2010-03-29 00:52:59 Re: Proposal: Add JSON support