Re: Top -N Query performance issue and high CPU usage - Mailing list pgsql-general

From Thiemo Kellner
Subject Re: Top -N Query performance issue and high CPU usage
Date
Msg-id 3cb77721-f9a4-4600-a40a-55c69f89df25@gelassene-pferde.biz
Whole thread
In response to Re: Top -N Query performance issue and high CPU usage  (yudhi s <learnerdatabase99@gmail.com>)
List pgsql-general
A nested loop is not bad per se, at least in Oracle. It depends on the data. If the number of rows participating in the join table are very unequal, the NL is the more efficient join. I would presume that every join of a fact table with a dimension table belongs to that category.

pgsql-general by date:

Previous
From: yudhi s
Date:
Subject: Re: Top -N Query performance issue and high CPU usage
Next
From: "Sophie Alpert"
Date:
Subject: Re: Is this expected concurrency behaviour for EvalPlanQual and ctid?