Indexing Group By


Todays update delivers the last part of the Chapter on sorting and grouping. It is a short demonstration how to use indexing for a pipelined group by.

Pipelined order by and group by are the prerequisite for the optimization methods described in the next chapter on partial results.

Besides that, you should definitely have a look a my new website.

Recent Questions at Ask.Use-The-Index-Luke.com

0
votes
1
answer
278
views

Updating multiple rows using a subquery in SQL

Jan 08 at 09:52 Jan 26
subquery update sql
1
vote
1
answer
210
views

Should 'id' (the primary key) be included in an index

Jan 03 at 15:24 Jan 26
index include
0
votes
1
answer
227
views

Best index for a multiple join-tables and filter

Jan 03 at 14:31 Markus Winand ♦♦ 216
index join where