[GENERAL] Problem with 7.4.1 and complicated queries

2004-10-23 Thread Jonathan Weiss
Cheers, I have a problem with postgresql7.4.1 on a SuSE machine. I use the database for a C#-application for a small company to store their clients, sales, etc... This all works flawless since 1 year. Since 2 weeks the database hangs if I perform long queries with views involved in order to gener

[GENERAL] Problem with 7.4.1 and complicated queries

2004-10-23 Thread Jonathan Weiss
Cheers, I have a problem with postgresql7.4.1 on a SuSE machine. I use the database for a C#-application for a small company to store their clients, sales, etc... This all works flawless since 1 year. Since 2 weeks the database hangs if I perform long queries with views involved in order to genera

Re: [GENERAL] Problem with 7.4.1 and complicated queries

2004-10-24 Thread Jonathan Weiss
Hi! > > This sounds like maybe you're FSM settings aren't high enough, or you > aren't analyzing your tables. I doubled the values for max_fsm_pages and max_fsm_relations. > Try vacuum full and analyze first, and see if that fixes the problem. > If so, then you either need to vacuum more often,

Re: [GENERAL] Problem with 7.4.1 and complicated queries

2004-11-10 Thread Jonathan Weiss
so it is not the gui or a network timeout. This query worked for over one year, nobody changed something. VACUUM FULL ; ANALYZE; will not change anything. Any hints? Thank you, Jonathan On Sun, 24 Oct 2004 22:00:09 +0200, Jonathan Weiss <[EMAIL PROTECTED]> wrote: > Hi! > > >