Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

Will "PostgreSQL Streaming Replication" fit this use case?

$
0
0

I am designing an application for public organizations.

The purpose is to record data (text and video streams) which will be produced in "local" offices, where connectivity is not guaranteed, and where the power will be available only during the occurrences of meetings.

One of the requisites of the project is the "locality" of the data storage, since data is considered "sensitive" and "important".

One second requisite of the project is to publish to a web server a portion of the data produced during the meetings.

The database server shall be PostgreSQL.

I plan to set up a second PostgreSQL database server on the web infrastructure hosting the web server, and synchronize it with the "local" database.

The "public" database will be accessed only by *selection queryes" (no writes).

I see PostgreSQL does implement "Streaming Replication" PostgreSQL Streaming Replication since version 9.0.

The question(s):

Is PostgreSQL Streaming Replication ready for primetime?
Does it fit the use case I describe above?
Should I expect any major problem?
Could you suggest alternative, better solutions?


Viewing all articles
Browse latest Browse all 17268

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>