Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables)
В списке pgsql-hackers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) |
| Дата | |
| Msg-id | 14212.1470595566@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) (Robert Haas <robertmhaas@gmail.com>) |
| Ответы |
Re: [Patch] Temporary tables that do not bloat pg_catalog
(a.k.a fast temp tables)
|
| Список | pgsql-hackers |
Robert Haas <robertmhaas@gmail.com> writes:
> I think the whole idea of a fast temporary table is that there are no
> catalog entries. If there are no catalog entries, then dependencies
> are not visible. If there ARE catalog entries, to what do they refer?
> Without a pg_class entry for the table, there's no table OID upon
> which to depend.
TBH, I think that the chances of such a design getting committed are
not distinguishable from zero. Tables have to have OIDs; there is just
too much code that assumes that. And I seriously doubt that it will
work (for any large value of "work") without catalog entries.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера