Re: More Red Hat information

From: Shaun Thomas <sthomas(at)townnews(dot)com>
To: <wsheldah(at)lexmark(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: More Red Hat information
Date: 2001-06-26 19:00:16
Message-ID: Pine.LNX.4.33L2.0106261452090.27944-100000@hamster.lee.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 26 Jun 2001 wsheldah(at)lexmark(dot)com wrote:

> I agree. How is a person supposed to count the number of users if the database
> is being used to support a public dynamic web site? Is the company supposed to
> buy a separate license for every unique IP address that ever hits a dynamic web
> page on the site? I can see licensing per server, or even per CPU, but
> licensing any server application per user quickly becomes ridiculous when the
> server is supporting any internet application.

Don't misunderstand. Per-user licenses are for *simultaneous*
connections. Usually, 100 users is enough, and can be greatly offset by
proper use of caching.

I'm wondering if that's why Oracle changed their pricing structure to be
based on machine strength. That way, they can charge for the peak
abilities of the machine the DB is running on. Since I know I like to
make my DB server overly powerful for scalability, this seems like
extortion. But they have a point. A machine that is more powerful can
more capably serve more connections - and they want you to pay for it.

Either way, it's not really a mystery. Just send the vendor a request for
an estimate based on your needs - and make sure to ask for an explanation.

--
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
| Shaun M. Thomas INN Database Programmer |
| Phone: (309) 743-0812 Fax : (309) 743-0830 |
| Email: sthomas(at)townnews(dot)com AIM : trifthen |
| Web : hamster.lee.net |
| |
| "Most of our lives are about proving something, either to |
| ourselves or to someone else." |
| -- Anonymous |
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Wood 2001-06-26 19:10:33 Re: Adding a NOT NULL column?
Previous Message Tom Lane 2001-06-26 18:25:05 Re: Large objects in web applications