Re: Performance issues of one vs. two split tables.

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: Performance issues of one vs. two split tables.
Дата
Msg-id 859D35EE-3502-40E5-901D-DEA8B71D6814@khera.org
обсуждение исходный текст
Ответ на Performance issues of one vs. two split tables.  (Bill Moseley <moseley@hank.org>)
Список pgsql-general
On May 14, 2007, at 4:37 PM, Bill Moseley wrote:

> Say that there's also about 10 columns of settings or preferences for
> each user.  Are there any cases or reasons to have a separate
> "user_preferences" table vs. just placing all the columns together in
> one table?

when you have, say 65 million users, it makes sense to push the
ancillary info to another table to keep from having to copy too much
data when you update the main info (like last access time).

В списке pgsql-general по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Postgres Printed Manuals
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: Performance issues of one vs. two split tables.