Is there any limitations

Поиск
Список
Период
Сортировка
От li li
Тема Is there any limitations
Дата
Msg-id Pine.GSO.4.33.0212022130040.3961-100000@ix.cs.uoregon.edu
обсуждение исходный текст
Ответ на Re:  (Ron Johnson <ron.l.johnson@cox.net>)
Ответы Re: Is there any limitations
Список pgsql-performance
for the maximum number of tables in a database.

I'm thinking about separating a table with up to millions of rows into
several tables with the same set of columns to speed up some complex
queries. As the size of the original table is increasing fast, I want
to get it separated once the size grows up to a limit. So there
will be a large amount of tables (having same structure) in a database. Is
there any potential performance problem with this design?

Thanks.

Li Li



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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re:
Следующее
От: Tom Lane
Дата:
Сообщение: Re: v7.2.3 versus v7.3 -> huge performance penalty for JOIN with UNION