代码改变世界

阅读排行榜

PostgreSQL数据导出导入COPY

2015-12-08 17:55 by DataBases, 822 阅读, 收藏,
摘要: [postgres@DELL-R720 bin]$ ./psql -p 6432psql (9.4.5)Type "help" for help.postgres=# postgres=# \h copyCommand: COPYDescription: copy data between ... 阅读全文

Hive数据分析及优化

2020-03-23 20:57 by DataBases, 817 阅读, 收藏,
摘要: (base) [root@pyspark conf]# cat hive-site.xml<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet type="text/xsl" href="configuratio 阅读全文

tensorflow2.4.0编译安装(适配CPU型号 flag)

2021-04-20 17:43 by DataBases, 810 阅读, 收藏,
摘要: tensorflow2.4.0编译安装(适配CPU型号 flag)1.GCC编译器版本7.3.1https://www.jianshu.com/p/b3f96dde3f61gcc7.3.1sudo yum install centos-release-sclsudo yum install devt 阅读全文

性能瓶颈定位分析

2017-06-25 10:41 by DataBases, 785 阅读, 收藏,
摘要: 用vmstat、sar、iostat检测是否是CPU瓶颈 用free、vmstat检测是否是内存瓶颈 用iostat、dmesg 检测是否是磁盘I/O瓶颈 用netstat检测是否是网络带宽瓶颈 https://linux.cn/article-4452-1.html 1 首先进行OS层面的检查确认 阅读全文

hadoop集群大数据量hadoop命令执行报错GC或不能返回结果的解决办法

2019-07-21 16:28 by DataBases, 776 阅读, 收藏,
摘要: 随着业务的不断增长,hadoop集群存储的数据量也不断增长,数据量在PB级时会出现hadoop/hdfs命令执行慢或者不能 返回结果及出现GC错误; 需要调整HADOOP_HEAPSIZE参数的大小;该参数默认为1000MB; 实际情况: 数据量为1PB,HADOOP_HEAPSIZE参数设置为16 阅读全文
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 80 下一页