Обсуждение: Performance benchmarking

Поиск
Список
Период
Сортировка

Performance benchmarking

От
lai yoke hman
Дата:

Hello,
I am an undergraduate of a university in Malaysia, if I want to do performance benchmark on PostgreSQL 8, do I need to
geta license agreement or some sort of thing? 
Thanks.


_________________________________________________________________
Check out some new online services that are so new they haven’t even been officially released yet!
http://get.live.com/beta

Re: Performance benchmarking

От
"Joshua D. Drake"
Дата:
lai yoke hman wrote:
>
> Hello,
> I am an undergraduate of a university in Malaysia, if I want to do performance benchmark on PostgreSQL 8, do I need
toget a license agreement or some sort of thing? 
> Thanks.

No. PostgreSQL is open source.

Joshua D. Drake

>
>
> _________________________________________________________________
> Check out some new online services that are so new they haven’t even been officially released yet!
> http://get.live.com/beta
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
>                 http://www.postgresql.org/about/donate
>


--

      === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
             http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/



Re: Performance benchmarking

От
"Uwe C. Schroeder"
Дата:
No, you can do with it whatever you want, except blame/sue the copyrightholder
for any problems you might have with it (software is AS IS).

On Thursday 05 July 2007, lai yoke hman wrote:
> Hello,
> I am an undergraduate of a university in Malaysia, if I want to do
> performance benchmark on PostgreSQL 8, do I need to get a license agreement
> or some sort of thing? Thanks.
>
>
> _________________________________________________________________
> Check out some new online services that are so new they haven’t even been
> officially released yet! http://get.live.com/beta
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
>                 http://www.postgresql.org/about/donate



Re: Performance benchmarking

От
Steve Crawford
Дата:
lai yoke hman wrote:
>
> Hello,
> I am an undergraduate of a university in Malaysia, if I want to do performance benchmark on PostgreSQL 8, do I need
toget a license agreement or some sort of thing? 
> Thanks.

Your license, provided without charge, is here:
http://www.postgresql.org/about/licence

As to benchmarking...

Please be sure to read up on the postgresql.conf settings - the default
settings are designed to get the server to start on a reasonably wide
range of platforms. It is assumed that the DBA will update these
settings as appropriate for the platform and workload in use. Failure to
do so will have serious performance implications.

Also be sure you are familiar with VACUUM and ANALYZE and the effect
they have on performance.

Cheers,
Steve