Re: Experience with large number of tables in single PostgreSQL instance
От | Dale Betts |
---|---|
Тема | Re: Experience with large number of tables in single PostgreSQL instance |
Дата | |
Msg-id | 5165261E.4050207@hssnet.com обсуждение исходный текст |
Ответ на | Re: Experience with large number of tables in single PostgreSQL instance (Vasilis Ventirozos <v.ventirozos@gmail.com>) |
Ответы |
Re: Experience with large number of tables in single
PostgreSQL instance
Re: Experience with large number of tables in single PostgreSQL instance |
Список | pgsql-admin |
I'd agree, certainly in my experiences.
You need to ensure OS parameters such as the max open files (fs.file-max if we're talking Linux) is set appropriately. Baring in mind each user will have an open file on each underlying datafile for the databases they're connected to.
Dale
.hss1 {font-family:Verdana; font-weight:bold; font-size:10pt; color:154584 ; margin-bottom: 0px}
.hss2 {font-family:Verdana; font-size:8pt; color:EE3150 ; margin-bottom:20px}
.hss3 {font-family:Verdana; font-size:7pt; color:154584 ; margin-bottom: 0px}
.hss4 {font-family:Verdana; font-size:7pt; color:gray ; margin-top: 20px}
On 10/04/2013 08:24, Vasilis Ventirozos wrote:
You need to ensure OS parameters such as the max open files (fs.file-max if we're talking Linux) is set appropriately. Baring in mind each user will have an open file on each underlying datafile for the databases they're connected to.
Dale
On Wed, Apr 10, 2013 at 10:10 AM, Vedran Krivokuca <vkrivokuca@gmail.com> wrote:On Wed, Apr 10, 2013 at 9:07 AM, Vedran Krivokuca <vkrivokuca@gmail.com> wrote:I am talking shit here, obviously, excuse me. We would go with, for
> 1) we can go with different instances of PostgreSQL service, let's say
> (for pure theory) 10 of them on the same HA cluster setup. Every
> instance would hold let's say 1/10th of that big recordset, and around
> 3.000 database tables (this apparently shouldn't be of any problem to
> PostgreSQL, see below).
example, 10 or 100 databases in the same PostgreSQL instance.
Buzzwording got better of me. :) The rest of my initial e-mail still
applies, I will cherish any input of experience on this subject.
V.
--
Pozdrav/Greetings,
Vedran Krivokuća
Disclaimer: This message may contain information.
--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-adminI think that a limitation would be on the OS (filesystem and kernel) because each table is a file (or more) under a directory (per database). I haven't got experience on how modern Linux system cope with that but i think it would be something easy to test. Database wise you shouldn't have a problem.
Вложения
В списке pgsql-admin по дате отправления: