Storing a query plan to disc...

From: "Katsaros Kwn/nos" <ntinos(at)aueb(dot)gr>
To: pgsql-general(at)postgresql(dot)org
Subject: Storing a query plan to disc...
Date: 2004-08-31 10:32:52
Message-ID: 1093948372.6995.3.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2004-08-31 10:44:15 Re: functionality like Oracle's "connect by"
Previous Message Thomas Chille 2004-08-31 10:23:30 Re: aggregates with complex type as state and init condition