Re: Is Postgres good for large Applications

From: louis gonzales <gonzales(at)linuxlouis(dot)net>
To: Sandeep Kumar Jakkaraju <sandeepkumar(dot)jakkaraju(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is Postgres good for large Applications
Date: 2006-10-18 05:47:54
Message-ID: 4535C00A.9090703@linuxlouis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is your server capable? Does it have enough resources to handle many
connections?

many = ??? 100, 200, 1,000,000,000???? are they concurrent users?

'good for large applications' = ??? I'd say, how large your
application is doesn't matter, right... cause that's the front end. How
well is it coded and does it make efficient logical SQL calls to a well
structured database... that's another question.

I've got a question, "who wants to play, ask 20 questions?"

Sorry for the sarcasm... but this is now 2:00 a.m. EST, and questions
have to be specific to warrant an answer.

If I were to say:

many = YES
good for large applications = YES

Wouldn't you come back then with, "How many?" and "How large of
applications?"

Sandeep Kumar Jakkaraju wrote:

> Hi All
>
> Is Postgres good for large Applications ??
> I mean where we have to make many simulataneous connections...
>
> Thanks
> Sandeep
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
Email: louis(dot)gonzales(at)linuxlouis(dot)net
WebSite: http://www.linuxlouis.net
"Open the pod bay doors HAL!" -2001: A Space Odyssey
"Good morning starshine, the Earth says hello." -Willy Wonka

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ilja Golshtein 2006-10-18 06:06:31 COPY FROM STDIN instead of INSERT
Previous Message Sandeep Kumar Jakkaraju 2006-10-18 05:26:28 Is Postgres good for large Applications