SPI functions to work with the Execution Plan

From: Osmel Barreras Piñera <obarreras(at)estudiantes(dot)uci(dot)cu>
To: lista_postgres <pgsql-general(at)postgresql(dot)org>
Subject: SPI functions to work with the Execution Plan
Date: 2012-02-15 20:47:35
Message-ID: 1e987f2d-32ca-4ecf-9d10-c4fd22c36017@ucimail4.uci.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for answering:

I am a member of the PostgreSQL development community here in Cuba. My proposal is to develop an extension to PostgreSQL that allows query execution using multiple threads. The central idea is to get the execution plan ready to run, but send him to run with the same postgres executor concurrently with the help of a C library that handles the job with the user-level threads and kernel level.
I would appreciate any solution or suggestion that you could help me to fulfill this goal.
Is there any query to return the plan or any similar data structure?

Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU!
http://www.antiterroristas.cu
http://justiciaparaloscinco.wordpress.com

Browse pgsql-general by date

  From Date Subject
Next Message Lee Hachadoorian 2012-02-15 21:10:39 Re: DDL Triggers
Previous Message David Johnston 2012-02-15 20:17:30 Re: query problems