Tagged articles
4 articles
Page 1 of 1
dbaplus Community
dbaplus Community
Feb 25, 2019 · Databases

Unlock Oracle SQL Performance with the Rare num_index_keys Hint

A SAP month‑end CO module query suffered severe slowdown despite standard index hints, prompting a deep dive into execution plans, statistics, and a little‑known num_index_keys hint that dramatically improves IN‑list iterator access and reduces filter overhead.

Index HintOracleSQL
0 likes · 7 min read
Unlock Oracle SQL Performance with the Rare num_index_keys Hint
ITPUB
ITPUB
Feb 17, 2017 · Databases

How to Speed Up SQL Server Paging with ROW_NUMBER, FORCESEEK and Hash Joins

This article explains why a SQL Server paging query using TOP can take minutes, demonstrates how switching to ROW_NUMBER() with CTEs, index hints, temporary tables, and hash joins dramatically reduces execution time, and provides practical tips for handling large page numbers.

CTEHash JoinIndex Hint
0 likes · 16 min read
How to Speed Up SQL Server Paging with ROW_NUMBER, FORCESEEK and Hash Joins