IT142 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. Sublime에서 한글 깨짐 UTF8 소스콛가 utf8로 되어 있는 경우가 많이 있는데 이를 sublime에서 열 경우 깨져보인다. Ctrl + Shift + P 눌러서 install package 로 들어가서 ConvertToUTF8 패키지를 설치한다. 2013. 11. 7. SubLime Text 에서 javascript 실행 설치된 준비물: sublime2, node.js 1. 작업파일의 확장자를 js 로 저장한다. 2. Sublime2 에서 Tools > Build system > New Build system 을 선택하여 아래와 같이 수정한다. { "cmd": ["node", "$file", "$file_base_name"], "working_dir": "${projcect_path:${folder}}", "selector": "*.js" } Node.sublime-build 로 저장한 후 Ctrl + b 을 눌러 실행되는지 확인한다. 2013. 8. 8. sqoop example export HIVE_HOME=/usr/lib/hive export HADOOP_HOME=/usr/lib/hadoop sqoop import --connect jdbc:mysql://***.ipdisk.co.kr/sqoop --username xxxx --password xxxx \ --table abc \ --split-by aaa \ --target-dir /user/root/results [root@localhost lib]# sqoop import --connect jdbc:mysql://***.ipdisk.co.kr/sqoop --username xxxx --password xxxx--table abc --split-by aaa --target-dir /user/root/results 13/04.. 2013. 4. 23. 이전 1 ··· 22 23 24 25 26 27 28 ··· 36 다음