Re: Postgresql 9.3 for a Mobile Backend

From: Tomas Vondra <tv(at)fuzzy(dot)cz>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgresql 9.3 for a Mobile Backend
Date: 2014-05-08 22:59:37
Message-ID: 536C0C59.2000309@fuzzy.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Phan Công Minh 2014-05-12 07:02:54 Re: Check memory consumption of postgresql query
Previous Message Clinton Adams 2014-05-08 14:04:01 Re: Check memory consumption of postgresql query