This is a discussion on Performance benchmarking within the pgsql Admins forums, part of the PostgreSQL category; --> Hello, I am an undergraduate of a university in Malaysia, if I want to do performance benchmark on PostgreSQL ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| 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. 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/ ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| 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. 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 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |