摘要:
[Spark][Python]DataFrame的左右连接例子 $ hdfs dfs -cat people.json $ hdfs dfs -cat pcodes.json $pyspark sqlContext = HiveContext(sc)peopleDF = sqlContext.rea 阅读全文
摘要:
[Oracle]OWI学习笔记--001 在 OWI 的概念里面,最为重要的是 等待事件 和 等待时间。 等待事件发生时,需要通过 P1,P2,P3 查看具体的资源。 可以通过 v$session_wait / v$session 或 trace 文件来进行观察。 如 db file sequent 阅读全文
摘要:
[Oracle]快速构造大量数据的方法:返回:Oracle 索引页 create table tab001(id integer primary key, val varchar2(100));insert into tab001 select i+j,rpad(to_char(i+j),100,' 阅读全文