Re: PERSISTANT PREPARE (another point of view)

Поиск
Список
Период
Сортировка
От chester c young
Тема Re: PERSISTANT PREPARE (another point of view)
Дата
Msg-id 101060.85332.qm@web54302.mail.re2.yahoo.com
обсуждение исходный текст
Ответ на Re: PERSISTANT PREPARE (another point of view)  (Milan Oparnica <milan.opa@gmail.com>)
Ответы Re: PERSISTANT PREPARE (another point of view)  (Milan Oparnica <milan.opa@gmail.com>)
Список pgsql-sql
1. like the idea because right now I'm having to track which prepared statement (sets) are in which session.  using
xcacheto track this, but little bit dangerous.  could query the database first but the whole idea is to take a load off
thedb.
 

2. perhaps "global" could mean simply that the definition is global - if called for session and not exist in session,
thensession prepares it first from the global def.  there would need to be a back reference in case the global def was
changedor dropped.
 

3. don't understand your statement about how prepared statements can be used as subqueries - you mean something like
 select .. from tab1 t1 where t1.col1 in( exec prep1(..) )

or exactly what?


     


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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: PERSISTANT PREPARE (another point of view)
Следующее
От: "Ole Ekerhovd"
Дата:
Сообщение: Test if a table is present