1 internal table / db alternatives analysis of various table lookup approaches

13
1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

Post on 21-Dec-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

1

Internal Table / DB Alternatives

Analysis of Various Table Lookup Approaches

Page 2: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

2

Using SE30 Runtime Analysis

Page 3: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

3

Lookup in STD Table of 54K rows

Page 4: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

4

Lookup using Sorted Table of 54K Rows

Page 5: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

5

Lookup Using Hash Table Grouped to 255 Rows

Page 6: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

6

DB Select for Each Row Sflight

Page 7: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

7

ST05 SQL Trace Analysis

Page 8: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

8

Parameter Window to Select Different Periods

Page 9: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

9

Sample Output for Program LookUP

Page 10: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

10

Plan for Selected SQL Statement

Page 11: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

11

Analysis of Select in Program 3 using DB Lookup

Page 12: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

12

Execute Plan for this Select

Page 13: 1 Internal Table / DB Alternatives Analysis of Various Table Lookup Approaches

13

Examples – Environment (Performance Examples)