Re: Is there any limitations

Поиск
Список
Период
Сортировка
От li li
Тема Re: Is there any limitations
Дата
Msg-id Pine.GSO.4.33.0212031144240.6166-100000@ix.cs.uoregon.edu
обсуждение исходный текст
Ответ на Re: Is there any limitations  (Andrew Sullivan <andrew@libertyrms.info>)
Ответы Re: Is there any limitations
Список pgsql-performance
>
> It depends on what you're going to do.  If the idea is to join across
> the tables, it'll probably perform worse than just ahving a large
> table.  OTOH, if what you're doing is, say, archiving from time to
> time, it doesn't seem unreasonable.
>
The purpose for this design is to avoid record lookup in a huge table.
I expect to see the query results in, say, one minute, by searching a much
smaller table (not join across multiple tables).

Thanks and regards.

Li Li


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

Предыдущее
От: "Ben Gunter"
Дата:
Сообщение: v7.3 planner and user-defined functions
Следующее
От: li li
Дата:
Сообщение: Re: Is there any limitations