| От | Martin Hart |
|---|---|
| Тема | strategies for optimising common lookups etc |
| Дата | |
| Msg-id | 200308081419.37723.martin@zsdfherg.com обсуждение |
| Список | pgsql-general |
Hi all, apologies if this is a dumb question - not really sure where to look for this kind of stuff... I have a frequently called stored procedure that needs to access some "configuration" information to determine how it should behave. Currently I have the configuration information in its own table, and the sp does a lookup "select item from config where pk = ...". I am wondering whether there is any way to "cache" the result of a lookup across instances of the stored procedure call? The configuration value will rarely change, and as the procedure is called often it seems a bit of a waste of resources looking it up each time the procedure is run. Is this the sort of thing that internal variables would handle (by that I mean using "set" and "show")? TIA Martin -- Martin Hart Arnclan Limited 53 Union Street Dunstable, Beds LU6 1EX http://www.arnclanit.com
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера