cacheing metadata

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема cacheing metadata
Дата
Msg-id 1076992127.6799.153.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: cacheing metadata
Список pgsql-jdbc
There is some interest in caching meta-data. I am wondering what the
community thinks of the idea.

Notionally it would be used to speed up DataBaseMetaData queries. It
will require some work on the backend to create triggers on schema
changes. This is being considered as we speak.

The one challenge is that we don't have non-blocking sockets so we
basically have to do an empty query to see if the cache is dirty and
then reload it if it is

Kris has already commented that this sounds like a fair bit of
complexity for a method that is rarely called.

Dave

--
Dave Cramer
519 939 0336
ICQ # 14675561


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: SSL without verifying server certificate
Следующее
От: "Chris Smith"
Дата:
Сообщение: Re: SSL without verifying server certificate