v3.07.2 includes this fix so that you don't need to make the changes manually, but if you don't want to udpate I'll post them here.
Download pagePT3 Build History / Release NotesWe've found a setting in PostgreSQL 8.4 which should speed up the slow queries.
Please try this:
Edit the postgresql.conf file (Start > Programs > PostgreSQL 8.4 > Configuration Files > postgresql.conf) - if you're using Vista or Win 7 then right click > Run As Administrator in order to be able to save the file.
On Mac the files are in /Library/PostgreSQL/8.4/data (note: not ~/library) and you can edit them with any text editor. If you don't have permission see
this page.
Mac Files and FoldersFind "from_collapse_limit" and "join_collapse_limit" and set them both to 12. You must REMOVE the # from the start of the lines, like this:
from_collapse_limit = 12
join_collapse_limit = 12Save the file and then Start > Programs > PostgreSQL > Reload Configuration (on Mac: Applications > PostgreSQL 8.4 > Restart Server).
That should help performance.