| От | Kevin Grittner |
|---|---|
| Тема | Re: Unlogged vs. In-Memory |
| Дата | |
| Msg-id | 4DCD569A020000250003D7A7@gw.wicourts.gov обсуждение |
| Ответ на | Re: Unlogged vs. In-Memory (Bruce Momjian <bruce@momjian.us>) |
| Список | pgsql-advocacy |
Bruce Momjian <bruce@momjian.us> wrote: > I thought global temp tables were tables that existed as empty in > every session and had per-session data. Yeah -- they're not the *same* as unlogged tables. What makes it *similar* to me is that there is one definition visible to all sessions, changes are not logged, and data is not necessarily written to disk during normal operations, and on a crash all data is lost. The differences are that with unlogged tables all sessions share the same data whereas with global temporary tables each session has its own set of data, and on clean shutdown the unlogged table will be saved for reload on startup. -Kevin
В списке pgsql-advocacy по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера