From dietvu at village.uunet.be Thu Jul 3 17:27:11 2008 From: dietvu at village.uunet.be (Dieter Van Uytvanck) Date: Thu, 3 Jul 2008 17:27:11 +0200 Subject: out of order? Message-ID: <39191c110807030827q5ee94a26hcfd574bc7e2e6500@mail.gmail.com> Hi, I cannot connect anymore to gauss.ffii.org :( best, Dieter From jonas at illuminet.se Sun Jul 27 20:14:03 2008 From: jonas at illuminet.se (Jonas Bosson) Date: Sun, 27 Jul 2008 20:14:03 +0200 Subject: Transfeered patent-texts from db into gz-files. Should I drop table Patents? Message-ID: <488CBAEB.6080307@illuminet.se> While transferring patent-texts to the file-system, I found the same problem with lockups that we have while showing moin pages. It seems that postgresql+python db-api is very sensitive to big queries so I had to split the select into sub selections even though i used fetchone() for each row in python. subsections resulted in: found 4874 matches for: EP2% found 6405 matches for: EP3% found 7464 matches for: EP4% found 7457 matches for: EP5% found 7503 matches for: EP6% found 7615 matches for: EP7% found 8917 matches for: EP8% found 8889 matches for: EP9% found 9630 matches for: EP10% found 10367 matches for: EP11% found 11329 matches for: EP12% found 11377 matches for: EP13% found 8667 matches for: EP14% found 817 matches for: EP15% found 421 matches for: EP16% found 395 matches for: EP17% found 425 matches for: EP18% found 395 matches for: EP19% total file space size of all these patents: du -sk /home/gauss-server/patcache/ep -> 1635MB in comparison with the db text table > 4Gb. Dropping the table Patents (using PatentHead for everything but the text-fetching now) will reduce the size significantly. After editing view.py to fetch from the file-system I intend to do so. Anyone against? /jonas From jonas at illuminet.se Sun Jul 27 20:18:01 2008 From: jonas at illuminet.se (Jonas Bosson) Date: Sun, 27 Jul 2008 20:18:01 +0200 Subject: ffii.org budget for further work on gauss Message-ID: <488CBBD9.7050101@illuminet.se> There is a fund for gauss work waiting for proposals.... Anyone up for a /hack/? Ivan just asked us ... /jonas From jonas at illuminet.se Sun Jul 27 20:45:00 2008 From: jonas at illuminet.se (Jonas Bosson) Date: Sun, 27 Jul 2008 20:45:00 +0200 Subject: out of order? In-Reply-To: <39191c110807030827q5ee94a26hcfd574bc7e2e6500@mail.gmail.com> References: <39191c110807030827q5ee94a26hcfd574bc7e2e6500@mail.gmail.com> Message-ID: <488CC22C.5090707@illuminet.se> Dieter Van Uytvanck wrote: > Hi, > > I cannot connect anymore to gauss.ffii.org :( > constantly... this lockup. yes its kill -9 on moin and then new start... /jonas From jonas at illuminet.se Sun Jul 27 20:56:26 2008 From: jonas at illuminet.se (Jonas Bosson) Date: Sun, 27 Jul 2008 20:56:26 +0200 Subject: massive spamming of wiki. Message-ID: <488CC4DA.6050006@illuminet.se> Seems we have some cleanup to do: http://gauss.ffii.org/RecentChanges?max_days=90 Several pages have also been overwritten.... /jonas