PostgreSQL 9.1

PostgreSQL is the database server used to store information. Do you have a question or are you having problem with PostgreSQL? If so, post them here.

Moderator: Moderators

PostgreSQL 9.1

Postby oracle3001 » Wed Aug 24, 2011 8:31 am

Will PT3 work with PostgreSQL 9.1? It is now in RC stage, and wonder if there will be any likely issues if I upgrade with respect to the functionality of PT3.
oracle3001
 
Posts: 851
Joined: Fri Jan 25, 2008 4:12 am

Re: PostgreSQL 9.1

Postby kraada » Wed Aug 24, 2011 8:43 am

Looking over the changelog quickly I see no reason why it wouldn't work, but as far as I know we haven't tested it ourselves yet - we're a bit focused on PT4 at the moment.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: PostgreSQL 9.1

Postby tarix » Wed Aug 24, 2011 11:40 am

kraada wrote:Looking over the changelog quickly I see no reason why it wouldn't work.


Every single major Postgres upgrade has caused issues for users who were quick to update. If you want to test 9.1 make sure you keep your important data in a previous version of Postgres.
tarix
Developer
 
Posts: 3760
Joined: Tue May 20, 2008 2:49 pm

Re: PostgreSQL 9.1

Postby kraada » Wed Aug 24, 2011 11:43 am

I've since been informed that there was testing done on several of the 9.1 betas and they caused severe problems for those who tested, so please tread with caution.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: PostgreSQL 9.1

Postby funkyj » Sun Sep 04, 2011 12:45 pm

My PT3 currently uses PostgreSQL v8.3.9 (that is what shows up in DB management).

Should I expect to see better performance with 9.0? Is there a compelling reason to upgrade?

TANGENT: I too have seen the import h/s rate go down over time when doing a large import. Presumably there is no solution to this issue?

BTW, my system is a thinkpad T61p, 8GB RAM, Windows-7, SSD (local C drive where the SQL DB and everything else lives)
funkyj
 
Posts: 46
Joined: Wed Oct 29, 2008 5:59 pm

Re: PostgreSQL 9.1

Postby WhiteRider » Sun Sep 04, 2011 2:31 pm

If you have 64-bit Windows you will get some performance improvement by installing the 64-bit version of PostgreSQL 9.0, but I don't have any figures for the exact improvement.

Please be aware that in order to use your database(s) in a new major version of PostgreSQL you will need to make a Backup before you update (while you are still using 8.3) and restore it when you are running 9.0.

If doing large bulk imports you may find better overall performance by splitting the import into somewhat smaller sets, and just running housekeeping once at the end.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: PostgreSQL 9.1

Postby bdadavies » Mon Sep 05, 2011 5:15 pm

When you say split the import into smaller sets, do you mean to run housekeeping at the end of each?

I cant see why splitting it and not running housekeeping several times would be quicker than not splitting it and only running housekeeping ta the end.

Can you shed a bit of light on this thanks.
bdadavies
 
Posts: 110
Joined: Tue Jun 03, 2008 9:09 am

Re: PostgreSQL 9.1

Postby WhiteRider » Mon Sep 05, 2011 5:30 pm

You'll probably get the fastest imports by importing less files in each batch.
You only need to run housekeeping once after you have done all the imports - that will be the most efficient method overall, but will be a single chunk of time running housekeeping. If you housekeeping after each batch of imports it will need to do much more work overall.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to PostgreSQL [Read Only]

Who is online

Users browsing this forum: No registered users and 8 guests

cron
highfalutin