Storing a plan to disc...

From: "Katsaros Kwn/nos" <ntinos(at)aueb(dot)gr>
To: PostgreSQL novice list <pgsql-novice(at)postgresql(dot)org>
Subject: Storing a plan to disc...
Date: 2004-08-27 10:50:02
Message-ID: 1093603802.6886.5.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi!

I'm new to PostgreSQL (and C) and what I'm trying to do is to store a
query plan on disc (in a binary file).
My approach is to use SPI functions to get the query plan and then
transform it into a 'storable' format (Replacing the pointers with
actual values).

Is there any other way to do this? Is my approach OK?
The sure thing is that it is a messy task!

Thanks in advance,
ntinoas

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sean Davis 2004-08-27 10:54:03 Aggregate question
Previous Message Steve Tucknott 2004-08-27 08:31:51 Foreign keys