Re: Postgresql 9.3 for a Mobile Backend - Mailing list pgsql-performance

From Tomas Vondra
Subject Re: Postgresql 9.3 for a Mobile Backend
Date
Msg-id 536C0C59.2000309@fuzzy.cz
Whole thread Raw
In response to Postgresql 9.3 for a Mobile Backend  ("Rajiv Kasera" <rajiv.kasera@pinelabs.com>)
List pgsql-performance
On 8.5.2014 09:10, Rajiv Kasera wrote:
> Dear Community friends,
>
>
>
> We are planning to use postgresql 9.3 for building a mobile backend. Can
> we get a benchmark on the level of concurrency that can be supported by
> Postgres 9.3 and it will be able to handle the spike in traffic if the
> app gets popular.

I'm afraid the only answer we can give you is 'that depends ...' :-(

Three most important things you need to know before answering the
questions is;

1) dataset - How much data are we talking about? Is only small part
   active? Is it static / does it change a lot? Etc.

2) workload - Are you doing simple or complex queries? What portion of
   the workload is read-only?

3) hardware - CPUs, drives, ...

There's no way to answer the question without answering these questions
first. There are databases that promise you everything without asking
you these questions - treat them just like Ulysses approached sirens.

I understand these questions are difficult to answer before the project
even started, but you certainly have an idea how it's going to work so
do estimates and review them as the project progresses.

regards
Tomas


pgsql-performance by date:

Previous
From: Clinton Adams
Date:
Subject: Re: Check memory consumption of postgresql query
Next
From: Phan Công Minh
Date:
Subject: Re: Check memory consumption of postgresql query