PostgreSQL a good choise for load balancing needs?
NickName:Jan S. Ask DateTime:2016-03-02T20:38:01

PostgreSQL a good choise for load balancing needs?

I want to rethink our curent production database solutions. We use a straigth forward and oldschool approach with a single Max DB database.

We don't store huge amounts of data. The biggest database is around 100GB. Table row counts at about 4-6 million rows.

So that is nothing special so far. The problem starts at the point where the data is created.

We have lots of 'users' in these cases hardware modules that send their data periodically to the server where it will be processed and stored in various tables.

We currently have different scenarios one where the modules send their data at a specific time of the day where the data of for example 5000 - 10000 modules has to be processed at once. Which takes hell lot of time. And one where the modules constantly send their data so here we have alot of queries per second incomming.

Is PostgreSQL suitable for this kind of treatment ?

Does Postgres provide any features to balance this load to maybe several data nodes or do i have to use Postgres-XL for such usecases ?

We asume that we face an increasing number of modules sending data to our database. So we need a solution to decrease the time each data block requires to be written to the database.

For example we currently need 45 minutes to process the data of nearly 3500 modules at once. This is not acceptable.

Is PostgreSQL the right choise to do my research on ?

Copyright Notice:Content Author:「Jan S.」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/35747470/postgresql-a-good-choise-for-load-balancing-needs

More about “PostgreSQL a good choise for load balancing needs?” related questions

PostgreSQL a good choise for load balancing needs?

I want to rethink our curent production database solutions. We use a straigth forward and oldschool approach with a single Max DB database. We don't store huge amounts of data. The biggest databas...

Show Detail

Load balancing PostgreSQL with Windows Servers

I have a question concerning the possibilities of load balancing when using PostgreSQL with Windows Servers. On Unix systems this is made possible by using pgpool-II. How can I achieve the same with

Show Detail

Load balancing and sessions

What is the better approach for load balancing on web servers? My services run in .NET and Mono, so they could be hosted on IIS or Apache2, and the will have to provide SSL connection. I've read two

Show Detail

Load Balancing in fog computing

I have been trying to use fog sim to try and compare different load balancing algorithms and to check for efficiency, power, and distribution of tasks but i am not able to find java code for load

Show Detail

Elasticsearch cluster load balancing best practices

I would like to understand whether I need or is it considered as a good practice to have load balancer as part of the deployment of Elasticsearch. As far as I understand high level rest client as w...

Show Detail

Clarification of nginx and load balancing needed

I'm now reading design of Instagram and I found such a description of their load balancing system. Every request to Instagram servers goes through load balancing machines; we used to run 2 nginx

Show Detail

Load balancing on same server

I research about Kubernetes and actually saw that they do load balancer on a same node. So if I'm not wrong, one node means one server machine, so what good it be if doing load balancer on the same

Show Detail

sorting and load balancing

I read about parallel quicksort ( but no load balancing ). who can give good algorithm for using on 2, 4, 8 cores?

Show Detail

ArcGIS Server 9.3.1 load balancing

We have ArcGIS server 9.3.1 which already have load balancing (SOM) and F5 hardware load balancing. Is it good practices to have both of them working or to use only one of them.

Show Detail

Network Load Balancing Biztalk Instances

What are some good articles/ resources to understand how load balancing is configured with Biztalk --- both in terms of inherent abilities of the product as well as employing NLB (network load bala...

Show Detail