Storing a plan to disc...

Поиск
Список
Период
Сортировка
От Katsaros Kwn/nos
Тема Storing a plan to disc...
Дата
Msg-id 1093603802.6886.5.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Storing a plan to disc...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


В списке pgsql-novice по дате отправления:

Предыдущее
От: Noel Faux
Дата:
Сообщение: Re: Foreign keys
Следующее
От: Sean Davis
Дата:
Сообщение: Aggregate question