Presentation is loading. Please wait.

Presentation is loading. Please wait.

Query Performance Tuning in SQL Server 2014 #devconnections.

Similar presentations


Presentation on theme: "Query Performance Tuning in SQL Server 2014 #devconnections."— Presentation transcript:

1 Query Performance Tuning in SQL Server 2014 #devconnections

2

3 scarydba.com grant@scarydba.com @gfritchey

4

5 http://sqlskills.com/blogs/paul/post/survey-results-common-causes-of-performance-problems.aspx

6

7 Query Performance Tuning in SQL Server 7

8

9

10

11

12

13 13

14

15

16 16

17

18

19

20

21 Query Performance Tuning in SQL Server 21

22

23

24 QUERY

25 RelationalEngine

26 RelationalEngine QueryParsorSyntaxCheck ParseTree

27 RelationalEngine QueryParsorSyntaxCheck ParseTree AlgebrizerResolvesObjects QueryProcessorTree

28 RelationalEngine QueryParsorSyntaxCheck ParseTree AlgebrizerResolvesObjects QueryProcessorTree Optimizer ExecutionPlan

29 DATA RelationalEngine QueryParsorSyntaxCheck ParseTree AlgebrizerResolvesObjects QueryProcessorTree Optimizer ExecutionPlan StorageEngine

30

31

32

33

34

35

36

37 SELECT ID FROM TableA WHERE ID = 42 Table A SCAN SEEK

38 SELECT a.ID, b.Name, c.Value FROM TableA as a JOIN TableB as b On a.ID = B.ID JOIN TableC as c ON b.OtherID = c.OtherID WHERE a.ID = 42 324 Possible Plans LOOP HASHMERGE SCAN SEEK

39

40

41

42 Query Performance Tuning in SQL Server 42

43

44

45

46

47

48

49 49

50

51

52

53 Query Performance Tuning in SQL Server 53

54

55 55

56 56

57 57

58 58

59 59

60 60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

79

80 80

81 81

82 82

83 83

84 84

85

86

87 Query Performance Tuning in SQL Server 87

88 88

89 89

90 90

91 91

92 92

93 93

94 94

95 95

96 96

97

98

99 scarydba.com grant@scarydba.com @gfritchey

100 Explore Everything PASS Has to Offer Free SQL Server and BI Web Events Free 1-day Training Events Regional Event Local User Groups Around the World Free Online Technical Training This is CommunityBusiness Analytics Training Session Recordings PASS Newsletter


Download ppt "Query Performance Tuning in SQL Server 2014 #devconnections."

Similar presentations


Ads by Google