본문 바로가기

분류 전체보기377

Teradata Performance Tuning - Basic Tips Performance tuning thumb rules. Here are very basic steps which are used to PT any given query in given environment . As a pre-requiste , make sure - user has proper select rights and actual profile settings - Enough space available to run and test the queries 1. Run explain plan (pressing F6 or "EXPLAIN sel * …",) Then see for potential information like - No or low confidence - Product joins co.. 2014. 4. 24.
Teradata SQL Query Optimization Or Performance Tuning SQL and Indexes : 1) Primary indexes: Use primary indexes for joins whenever possible, and specify in the where clause all the columns for the primary indexes. 2) Secondary indexes (10% rule rumor): The optimizer does not actually use a 10% rule to determine if a secondary index will be used. But, this is a good estimation: If less than 10% of a table will be accessed if the secondary index is u.. 2014. 4. 24.
위드맘 출시기념 퀴즈 이벤트 2014. 4. 14.
[SAP] Lumira Standard SAP Lumira Standard 버전에 대해서 살펴 보겠다. 기본 화면은 다음과 같다. Acquire Data 를 눌러 csv 나 엑셀파일을 읽어 들일수 있다. 예전 버전에서는 DB연결이나 유니버스 연결이 되었는데 아쉬움이 남는다. 샘플 데이터 소스를 통해 분석을 내용을 살펴보자. 문서형태의 데이터와 데이터셋 형태로 된 데이터가 샘플로 제공된다. 1.5 버전에서 Lumira 클라우드를 통해 연결이 가능해졌다. 1GB까지 지원하니 사용해볼만 하다. 웹에서 접근할 수 있는 클라우드와 데이터가 공유되지 않으니 유의해야 한다. 기본 제공해주는 샘플을 통해 내용을 살펴보자. 데이터를 분석하기 위해 크게 4개의 화면을 제공한다. Prepare 는 데이터를 확인하고 Calculation을 통해 매져와 디멘져를 추.. 2014. 3. 26.