Re: Having query cache in core

Поиск
Список
Период
Сортировка
Искать
От
Tatsuo Ishii
Тема
Re: Having query cache in core
Дата
в 01:13:56
Msg-id
20180512.071356.538870750662650753.t-ishii@sraoss.co.jp
Ответ на
Re: Having query cache in core (Hartmut Holzgraefe)
Список
Дерево обсуждения
Having query cache in core Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Having query cache in core Tom Lane <tgl@sss.pgh.pa.us>
Re: Having query cache in core Heikki Linnakangas <hlinnaka@iki.fi>
Re: Having query cache in core Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Having query cache in core Michael Paquier <michael@paquier.xyz>
Re: Having query cache in core Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Having query cache in core CK Tan <cktan@vitessedata.com>
Re: Having query cache in core Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Having query cache in core Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Re: Having query cache in core Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Having query cache in core CK Tan <cktan@vitessedata.com>
Re: Having query cache in core Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Having query cache in core CK Tan <cktan@vitessedata.com>
Re: Having query cache in core Andres Freund <andres@anarazel.de>
Re: Having query cache in core Hartmut Holzgraefe <hartmut.holzgraefe@gmail.com>
Re: Having query cache in core Hartmut Holzgraefe <hartmut.holzgraefe@gmail.com>
Re: Having query cache in core Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Having query cache in core Hartmut Holzgraefe <hartmut.holzgraefe@gmail.com>
Re: Having query cache in core Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Having query cache in core Laurenz Albe <laurenz.albe@cybertec.at>
Re: Having query cache in core Sergei Kornilov <sk@zsrv.org>
Re: Having query cache in core Hartmut Holzgraefe <hartmut.holzgraefe@gmail.com>
Re: Having query cache in core Konstantin Knizhnik <k.knizhnik@postgrespro.ru>
RE: Having query cache in core "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Re: Having query cache in core Konstantin Knizhnik <k.knizhnik@postgrespro.ru>
Re: Having query cache in core Tatsuo Ishii <ishii@sraoss.co.jp>
Re: Having query cache in core Konstantin Knizhnik <k.knizhnik@postgrespro.ru>
Re: Having query cache in core Hartmut Holzgraefe <hartmut.holzgraefe@gmail.com>
Re: Having query cache in core Robert Haas <robertmhaas@gmail.com>
Re: Having query cache in core Andres Freund <andres@anarazel.de>
Re: Having query cache in core Pavel Stehule <pavel.stehule@gmail.com>
Re: Having query cache in core Robert Haas <robertmhaas@gmail.com>
RE: Having query cache in core "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
> On 11.05.2018 18:01, Tatsuo Ishii wrote:
>> Plus checking username is neccessary (otherwise any user could
>> retrieve a cache for a table lookup which is not permitted by other
>> users).
> 
> as the tables a cached query operated on is known anyway -- it's
> needed
> to purge cache entries when table content changes -- schema and table
> level SELECT privileges can be checked ... I'm not fully sure about
> how MySQL handles its column level privileges in that respect,
> something
> I'd need to try out ...

I am not talking about cache invalidation. If a cache entry is created
for a table which is only accessable by user A, the cache entry should
be hit for only A, not someone else. Otherwise it will be a serious
security problem.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

В списке pgsql-hackers по дате отправления
От: Andrew Dunstan
Дата:
От: Tatsuo Ishii
Дата:
Сообщение: Re: Having query cache in core
FAQ