Another idea for GSoC indexing project

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: pgsql-students(at)postgresql(dot)org
Subject: Another idea for GSoC indexing project
Date: 2013-04-24 14:11:51
Message-ID: CAPpHfdszrHsMvo5LZ4MHuCs+QMJ6wb10r4WyLD20jpmx-QkLGg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-students

Hi, everybody!

The major reason why we have so small number of GiST/SP-GiST/GIN
implementations is that their interface function takes arguments of
"internal" datatype (actually they are mostly pointers, not normal
PostgreSQL datatypes). So, you actually can implement them in C. It
discourages many users.

Idea of project is to provide alternative interfaces for GiST/SP-GiST/GIN
which deal with composite types and arrays. Then users can write
GiST/SP-GiST/GIN implementations on whatever they like SQL, pl/pgSQL,
pl/Python etc.
Probably someone would like to put his hands on it?

------
With best regards,
Alexander Korotkov.

Responses

Browse pgsql-students by date

  From Date Subject
Next Message Бочечко Арсений 2013-04-24 14:20:59 Re: Fw: Google summer code idea
Previous Message Michael Meskes 2013-04-24 13:52:52 Re: Fw: Google summer code idea