yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 367 下一页

2018年10月16日 #

摘要: 数据仓库的一些建议 0x01 请理解数据仓库和数据平台的区别 当你开始建设数据仓库之前,需要明白数据仓库和数据平台是两个不同的概念,不要把搭建一套 Hadoop + Hive 的平台叫数据仓库,这是数据平台的范畴。 我们常说的数据仓库不仅仅是指数据接入、数据存储和数据计算,它也要包括数据治理、数据建 阅读全文
posted @ 2018-10-16 15:48 xxxxxxxx1x2xxxxxxx 阅读(311) 评论(0) 推荐(0)

2018年10月15日 #

摘要: delete delete delete delete 阅读全文
posted @ 2018-10-15 21:06 xxxxxxxx1x2xxxxxxx 阅读(1321) 评论(0) 推荐(0)

摘要: InnoDB delete from xxx速度暴慢原因 博客分类: database MySQLPythonMobile多线程SQL InnoDB delete from xxx速度暴慢原因 database MySQLPythonMobile多线程SQL step1,一个简单的联系人表 Java 阅读全文
posted @ 2018-10-15 20:28 xxxxxxxx1x2xxxxxxx 阅读(2340) 评论(0) 推荐(0)

摘要: 两个要求交集的表(列)的结构要一致,对应的字段数,字段类型都应该相同;将两个数据的数据列用 UNION ALL 关键字合并;将上面的所有需要比较的列 GROUP BY ;最后 HAVING COUNT(任意一列,不能多列)>1,那么就是交集。 SELECT a.* FROM( SELECT * fr 阅读全文
posted @ 2018-10-15 19:49 xxxxxxxx1x2xxxxxxx 阅读(296) 评论(0) 推荐(0)

摘要: tensorflow1.11.0 非常的过分了[捂脸]官网上写的cuda 9.0,cudnn 7.2。然而Nvidia官网上根本没有这两个的对应...之前一直都依赖anaconda的一键安装,被惯坏了……模型刚compile完就segementation dump,作为外链的库,找bug都找不到😂 阅读全文
posted @ 2018-10-15 14:40 xxxxxxxx1x2xxxxxxx 阅读(289) 评论(0) 推荐(0)

2018年10月14日 #

摘要: a、create table like方式会完整地克隆表结构,但不会插入数据,需要单独使用insert into或load data方式加载数据b、create table as 方式会部分克隆表结构,完整保留数据c、create table as select .. where 1=0 会克隆部分 阅读全文
posted @ 2018-10-14 19:40 xxxxxxxx1x2xxxxxxx 阅读(945) 评论(0) 推荐(0)

2018年10月13日 #

摘要: 服务直接被 killed,感觉特别奇怪。代码肯定是没有问题的,但为什么放到服务器上就出错了呢。 部署时报错如下: Shell代码 Failed to add the deployment content to the repository: java.util.concurrent.Cancella 阅读全文
posted @ 2018-10-13 21:48 xxxxxxxx1x2xxxxxxx 阅读(3053) 评论(0) 推荐(0)

2018年10月12日 #

摘要: 读《MySQL性能调优与架构设计》笔记之ORDER BY,GROUP BY 和DI STI NCT 优化 2015年01月18日 18:51:31 lihuayong 阅读数:2593 标签: ORDER BY优化GROUP BY优化DISTINCT优化 更多 个人分类: 数据库 读《MySQL性能 阅读全文
posted @ 2018-10-12 15:13 xxxxxxxx1x2xxxxxxx 阅读(169) 评论(0) 推荐(0)

2018年10月11日 #

摘要: Ambari安装之部署单节点集群 部署hdp单节点集群 (1)部署Agent 1) 注册并安装agent http://192.168.80.144:8080/views/ADMIN_VIEW/2.2.1.0/INSTANCE/#/ 2)为集群取个名字,我这里,就直接取为hdpCluster,然后点 阅读全文
posted @ 2018-10-11 21:12 xxxxxxxx1x2xxxxxxx 阅读(1159) 评论(0) 推荐(0)

摘要: MySQL解决[Err] 1206 - The total number of locks exceeds the lock table size问题 MySQL解决[Err] 1206 - The total number of locks exceeds the lock table size问 阅读全文
posted @ 2018-10-11 14:20 xxxxxxxx1x2xxxxxxx 阅读(757) 评论(0) 推荐(0)

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 367 下一页