Is it doable to employ functional programming in implementing intraoperation parallelism in Postgres? - Mailing list pgsql-novice

From Hadil Bader
Subject Is it doable to employ functional programming in implementing intraoperation parallelism in Postgres?
Date
Msg-id CAF11My3EjbK8GPfjBB6vhHUPdb3Bqnbstvt0b7bMJ9QAHSRi3A@mail.gmail.com
Whole thread Raw
List pgsql-novice
Hello, 

For my undergraduate final year project, I want to study functional programming and intraoperation parallelism in DBMS. Specifically, I am going to investigate into whether FP could be useful for implementing operations as selection, projection, and join (these operations could easily be parallelized and FP's referential transparency could give some benefits here).

I figured that Postgres is a good DBMS to study since it makes use of intraoperation parallelism. However, Postgres is written in C. Is there a way to achieve what I have in mind? Is it doable given how the code is structured? 


Regards, 

pgsql-novice by date:

Previous
From: "Hilbert, Karin"
Date:
Subject: Re: Permission Denied to Regular Read/Write User to Create New Partitioned Table
Next
From: Bill Ross
Date:
Subject: why no parallel index build? and diff time in building indexes