Re: [GENERAL] splitting tables into db's

Поиск
Список
Период
Сортировка
От Nemeth Miklos
Тема Re: [GENERAL] splitting tables into db's
Дата
Msg-id 38ABB6DF.2F6D28E5@iqsoft.hu
обсуждение исходный текст
Ответы Re: [GENERAL] splitting tables into db's  (Dustin Sallings <dustin@spy.net>)
Список pgsql-general
> > If there are too many requests for a particular database, is there a way
> > for postgresql to do load balancing across multiple servers? As far as I
> > can see, the only way would be to split the tables within the database
> > into distinct databases. Of course, this would assume there are no
> > dependencies between each database. This can obviously cause a problem, so
> > are there any recommended ways to have a form of load balancing with
> > postgresql?
>
> There is no build-in load balancing in PostgreSQL.
>
> As an alternative I would use an database-mirror.
> For read-Queries the application can use any of the servers.
> For Updates the application has to send them to all servers.
>
>
Just a simple comment.

Even very expensive commercial database engines (like Oracle,
ObjectStore, etc) does not provide any kind of load balancing.
And even wors no connection pooling.
PostgreSQL follows the DBMS norm.

NM




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

Предыдущее
От: Nemeth Miklos
Дата:
Сообщение: RE: postgresql newsgroups
Следующее
От: Oleg Broytmann
Дата:
Сообщение: Re: [GENERAL] RE: postgresql newsgroups