책 이미지

책 정보
· 분류 : 국내도서 > 컴퓨터/모바일 > 프로그래밍 개발/방법론 > 프로그래밍 기초/개발 방법론
· ISBN : 9791185913896
· 쪽수 : 304쪽
· 출판일 : 2015-06-19
책 소개
목차
Chapter 1.
SAP HANA 소개
1.1 SAP HANA 특징 13
1.1.1 Column & Row Store 13
1.1.2 Data Compression 16
1.1.3 Delta Merge 16
1.1.4 Partitiong Table 17
1.2 SAP HANA Architecture 20
1.2.1 Overview 20
1.2.2 Index Server 21
1.2.3 Query Processing Engine 24
1.3 SAP HANA 시스템 구성 25
1.4 SAP HANA Studio 28
1.4.1 시스템 접속 28
1.4.2 SQL Console 31
1.4.3 Modeler Perspective 32
1.4.4 Administration View 33
1.5 실행계획(Execution Plan) 34
1.5.1 실행계획 생성 방법 34
1.5.2 실행계획 구성요소 37
1.5.3 실행계획 분석 38
1.5.4 실행계획 분석 예시 40
Chapter 2.
SAP HANA SQLSCRIPT
2.1 Procedure 49
2.1.1 Syntax 49
2.1.2 Create Procedure 52
2.1.3 Scalar 변수 53
2.1.4 제어 구조 58
2.1.5 Cursor 63
2.1.6 Dynamic SQL 69
2.1.7 Debugging 70
2.2 Calculation Engine Plan Operators 76
2.2.1 Ce_Column_Table 76
2.2.2 Ce_Join_View 77
2.2.3 Ce_Olap_View 78
2.2.4 Ce_Calc_View 79
2.2.5 Ce_Join 79
2.2.6 Ce_Projection 81
2.2.7 Ce_Calc 82
2.2.8 Ce_Aggregation 83
2.2.9 Ce_Union_All 84
Chapter 3.
SAP HANA MODELING
3.1 요구 권한 87
3.2 Modeler perspective 89
3.3 Attribute View 91
3.4 Analytic View 101
3.5 Calculation View 107
Chapter 4.
ABAP FOR HANA
4.1 Abap Development Tool 123
4.1.1 설치방법 123
4.1.2 Project 생성 127
4.1.3 프로그램 생성 132
4.2 Open SQL New Syntax 137
4.3 External Views 140
4.4 Database Procedure Proxy 152
4.5 CDS(Core Data Service) 162
4.5.1 Single Table View 생성 163
4.5.2 Inner Join View 생성 164
4.5.3 Left Outer Join View 생성 165
4.5.4 Union View 생성 166
4.5.5 Where 조건 사용 View 생성 167
4.5.6 CDS 생성 방법 168
4.6 Performance Guidline 171
4.6.1 Where 구문을 사용하여 Result Set 최소화 172
4.6.2 Aggregate Function 사용 172
4.6.3 Select 컬럼리스트 지정 173
4.6.4 Array Operation 사용 174
4.6.5 Column Update 사용 174
4.6.6 Nested Select 구문 대신 Join 사용 175
4.6.7 Nested Select 구문 대신 View 사용 176
4.6.8 For All Entries 구문 대신 Subquery 또는 Join 사용 177
4.7 Performance Check Tool 178
4.7.1 Code Inspector 178
4.7.2 ABAP Test Cockpit 183
4.7.3 Business Transaction Analysis 189
4.7.4 SQL Trace 191
4.7.5 SQL Monitor 195
4.7.6 Runtime Analysis 200
4.8 Performance Tuning 예시 202
4.8.1 Loop 안의 Select 202
4.8.2 For All Entries 205
4.8.3 Loop 안의 Delete 208
4.8.4 Loop 안의 Count 210
4.8.5 Insert 구문 212
4.8.6 Update 구문 215
4.8.7 순차적인 Select 216
4.8.8 Loop 안의 Collect 219
4.8.9 Loop 안의 최소값 221
4.8.10 Loop 안에서 조건에 따른 Select 224
Chapter 5.
SAP HANA LIVE
5.1 Auto Documentation 232
5.2 SAP HANA Live Browser 235
5.2.1 로그인 235
5.2.2 검색 237
5.2.3 즐겨찾기 238
5.2.4 주요 기능 239
5.3 모듈별 제공 View 244
5.3.1 FI(Financial Accounting) 244
5.3.2 CO(Controlling) 249
5.3.3 LE(Logistics Execution) 252
5.3.4 LO(Logistics - General) 253
5.3.5 MM(Materials Management) 258
5.3.6 PM(Plant Maintenance) 263
5.3.7 PP(Production Planning And Control) 265
5.3.8 PS(Project System) 269
5.3.9 SD(Sales and Distribution) 272
5.3.10 BC(Basis Components) 282
5.3.11 CA(Cross-Application Components) 283
5.4 SAP HANA Live View Enhancement 286
참 조 301