Very Large Table Partitioning
От
Majid Azimi
Тема
Very Large Table Partitioning
Дата
Msg-id
4D0BB2D6.1040404@gmail.com
Список
Дерево обсуждения
Very Large Table Partitioning Majid Azimi <majid.merkava@gmail.com>
Re: Very Large Table Partitioning "mark" <dvlhntr@gmail.com>
Re: Very Large Table Partitioning Tom Lane <tgl@sss.pgh.pa.us>
Re: Very Large Table Partitioning Mladen Gogala <mladen.gogala@vmsinfo.com>
Hi guys. here is our problem: We have a table that if we want to save all user's records in it, we have a very large table. maybe 10TB+ so we are deciding to use table partitioning. But again we have problem here: if we decide to partition table per user we have lots of tables (maybe more than 100000+) with only 10000 records each. is this a good idea? is there any limit for number of tables? The table structure is not in a way that we can partition in a better way. is this a good idea to add a column like "date inserted" and partition per year for example?
В списке pgsql-novice по дате отправления