Re: Slow query and indexes... - Mailing list pgsql-general

From Jim Nasby
Subject Re: Slow query and indexes...
Date
Msg-id 92B150E6-C210-4797-B407-88B66A55ACD7@decibel.org
Whole thread Raw
In response to Slow query and indexes...  ("Jonas Henriksen" <jonas.f.henriksen@gmail.com>)
List pgsql-general
On May 7, 2007, at 8:53 AM, Jonas Henriksen wrote:
> while if I add a GROUP BY data_logger  the query uses a seq scan and a
> lot of time:
>>> explain analyze SELECT max(date_time) FROM data_values GROUP BY
> data_logger_id;

What do you get if you run that with SET enable_seqscan = off; ?
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)



pgsql-general by date:

Previous
From: Jim Nasby
Date:
Subject: Re: shmget fails on OS X with proper settings
Next
From: "Jonas Henriksen"
Date:
Subject: Re: Slow query and indexes...