| От | Douglas McNaught |
|---|---|
| Тема | Re: Performance Question - Table Row Size |
| Дата | |
| Msg-id | 87hco9njxk.fsf@suzuka.mcnaught.org обсуждение |
| Ответ на | Re: Performance Question - Table Row Size (Mike <akiany@gmail.com>) |
| Список | pgsql-general |
Mike <akiany@gmail.com> writes: > I see. Thank you for the elaborate response. I have a clearer idea of > what is going on now. In designing my application I was thinking of > storing pieces of my data as serialized python data structures into a > binary field (no more than 15KB), while a friend was arguing I should > store the data in other tables and relate the tables together. He was > arguing storing binary data on a table, even though, it is not queried > slows down other queries and with this. A 15KB column value is going to be stored out-of-line in the TOAST table anyway, so your table tuple will just contain a pointer to it, which isn't very big. If you don't use that column value in a given query its effect will be minimal. -Doug
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера