Blog
数据挖掘实践——基于简单线性回归模型的数据仓库存储增长预测
Introduction
This dashboard is built to help data warehouse administrators to monitor and forecast system storage before the end of 2015-06-30.
16 Jan 2015
Comments
Read More »
SQL Tuning Case Study -- AMP CPU Skew
记录一下今天做的一个SQL tuning, 来自于Jacky Shen的需求。
SQL 代码如下:
16 Dec 2014
Comments
Read More »
Linux常用命令--Sed
sed是一个很好的文件处理工具,本身是一个管道命令,主要是以行为单位进行处理,可以将数据行进行替换、删除、新增、选取等特定工作,下面先了解一下sed的用法 sed命令行格式为: sed [-nefri] ‘command’ 输入文本
02 Dec 2014
Comments
Read More »
在Linux中修改MySQL root用户的密码
###一、有MySQL的root密码
####方法一:
在Linux系统,使用mysqladmin
26 Nov 2014
Comments
Read More »
How to get the site table to DW table mapping
###This article records the process that how to get site table to DW table mapping
###Step 1: Get the etl_id list from teradata
20 Aug 2014
Comments
Read More »