Re: Distributed Database Web Site

Поиск
Список
Период
Сортировка
От Justin Clift
Тема Re: Distributed Database Web Site
Дата
Msg-id 411F39B5.60103@postgresql.org
обсуждение исходный текст
Ответ на Distributed Database Web Site  ("Marc G. Fournier" <scrappy@postgresql.org>)
Ответы Re: Distributed Database Web Site  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgsql-www
Marc G. Fournier wrote:
 >
> Just curious, how hard would it be to distinguish on the main web site
> between read and write operations?
>
> For instance, if we had a read-only database on a mirror site,
> replicated from the main database using something like Slony ... how
> hard would it be t have 'write operations' sent to the main web site to
> happen, with all read operations being local?

Thinking about what it would take...

We'd need the pg_hba.conf of the main database set to allow connections
from the mirror website(s), so the write operations can occur.

Or, perhaps as an alternative, we could look at making the pages that
generate writes only be on the main PG website.  So, the majority of
content is mirrored except for a few pages which do stuff like (i.e.)
submit new stories and stuff.

I haven't really played with Slony in the scenario of multiple mirrors
that may or may not all be available at any one time, but Jan should be
able to give input here.


> ie. posting news events would happen at http://www.postgresql.org, but
> reading news events would be @ http://www.xx.postgresql.org, but both
> could/would be dynamic?

Yep, should be possible.  We just have to think about the technology
we'd like web mirrors to run, and then ensure it's acceptable and do-able.

:)

Regards and best wishes,

Justin Clift


> ----
> Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
> Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Distributed Database Web Site
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Distributed Database Web Site