Sorry for not listing the exact layout of temp_XXXX:obsdb=> \d temp_dry_at_2m Table "public.temp_dry_at_2m" Column | Type | Modifiers ----------------+-----------------------------+----------- obshist_id | integer | not null station_id | integer | not null timeobs | timestamp without time zone | not null temp_dry_at_2m | real | not null Indexes: "temp_dry_at_2m_pkey" primary key, btree (obshist_id) "temp_dry_at_2m_idx" btree (station_id, timeobs)The difference between the two queries is if a (station_id,timeobs) row is missing in one table, then the first returns one record(null,9.3) while the second return no records. Regards, Kim Bisgaard. Tom Lane wrote: Kim Bisgaard <[EMAIL PROTECTED]> writes: -- Kim Bisgaard Computer Department Phone: +45 3915 7562 (direct) Danish Meteorological Institute Fax: +45 3915 7460 (division) |
- Re: [PERFORM] full outer performance problem Kim Bisgaard
- [PERFORM] full outer performance problem Kim Bisgaard
- Re: [PERFORM] full outer performance problem Bruno Wolff III
- Re: [PERFORM] full outer performance problem Kim Bisgaard
- Re: [PERFORM] full outer performance prob... Tom Lane
- Re: [PERFORM] full outer performance... Kim Bisgaard
- Re: [PERFORM] full outer performance problem Tom Lane
- Re: [PERFORM] full outer performance problem Kim Bisgaard
