Re: [ADMIN] problems with postgresql speed

2001-12-04 Thread Shaun Thomas
On Mon, 3 Dec 2001, Manuel Trujillo wrote: > SELECT d.gallery_id, e.subevent_id, d.result_type_id, > d.result_type_name, e.language_id FROM ((SELECT b.gallery_id, > b.element_id AS result_type_id, c.name AS result_type_name FROM > gallery_element b, result_type c WHERE ((c.id = b.element_id) AND

Re: [ADMIN] problems with postgresql speed

2001-12-04 Thread Jay Wren
I know someone already pointed out the cache differences between the processors, and that is likely to contribute to the differences you have observed. As was stated in the message about cache, databases are extremely IO bound. It is worth noting that Celeron's have a Front Side Bus speed of 66

Re: [ADMIN] problems with postgresql speed

2001-12-03 Thread Jeremy Buchmann
On Monday, December 3, 2001, at 04:30 AM, Ludva Radomír (KM) wrote: > > Two machines: > 1. Pentium3 400Mhz, hdd 8Gb, 64Mb RAM, kernel 2.2.14-5.0 (RedHat 6.2) > 2. Celeron 400Mhz, hdd 8Gb, 64Mb RAM, kernel 2.2.14-5.0 (RedHat 6.2) > > The same database, the same postgres Version 7.1.3, the same >

FW: [ADMIN] problems with postgresql speed

2001-12-03 Thread Arguile
Manuel wrote: > > Hi. > > I've serious problems with the speed of my database. > If I execute any query like this; > [big ugly query :] Yes I'd say so, that's a rather horrendous query. You're a better computer than I if you can make heads or tails of it :). So I ran it through an SQL tidier and

Re: [ADMIN] problems with postgresql speed

2001-12-03 Thread Ludva Radomír (KM)
I have got the same problem. I am working on it about a month :(. It is not hot :-) Two machines: 1. Pentium3 400Mhz, hdd 8Gb, 64Mb RAM, kernel 2.2.14-5.0 (RedHat 6.2) 2. Celeron 400Mhz, hdd 8Gb, 64Mb RAM, kernel 2.2.14-5.0 (RedHat 6.2) The same database, the same postgres Version 7.1.3, the sa

Re: [ADMIN] problems with postgresql speed

2001-12-03 Thread Stephan Szabo
On Mon, 3 Dec 2001, Manuel Trujillo wrote: > I've serious problems with the speed of my database. > If I execute any query like this; > > SELECT d.gallery_id, e.subevent_id, d.result_type_id, > d.result_type_name, e.language_id FROM ((SELECT b.gallery_id, > b.element_id AS result_type_id, c.name

[ADMIN] problems with postgresql speed

2001-12-03 Thread Manuel Trujillo
Hi. I've serious problems with the speed of my database. If I execute any query like this; SELECT d.gallery_id, e.subevent_id, d.result_type_id, d.result_type_name, e.language_id FROM ((SELECT b.gallery_id, b.element_id AS result_type_id, c.name AS result_type_name FROM gallery_element b, result