Re: patch : Allow toast tables to be moved to a different tablespace
В списке pgsql-hackers по дате отправления:
| От | Christian Nicolaisen |
|---|---|
| Тема | Re: patch : Allow toast tables to be moved to a different tablespace |
| Дата | |
| Msg-id | 4F3267EE.80405@deltasoft.no обсуждение исходный текст |
| Ответ на | Re: patch : Allow toast tables to be moved to a different tablespace (Robert Haas <robertmhaas@gmail.com>) |
| Ответы |
Re: patch : Allow toast tables to be moved to a different
tablespace
|
| Список | pgsql-hackers |
Hi We have some tables with documents and their metadata (filename, filetype, etc). Most of the time we just want to get the metadata (filename, filetype, etc) and not the document itself. In this case it would be nice to have the metadata (which wouldn't end up on the TOAST) on a fast array (SSD-based), and put the filedata on a slow array (HDD-based). It's probably possible to have two tables one for metadata and one for the extra file, but this is a workaround. -- Mvh Christian Nicolaisen Deltasoft AS Tlf +47 938 38 596
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера