代码改变世界

阅读排行榜

RedHat/CentOS 大文件拆分及合并与md5验证

2018-07-06 17:18 by DataBases, 532 阅读, 收藏,
摘要: [root@tdh55 mnt]# cd /opt/[root@tdh55 opt]# ll -h-rw-r--r--. 1 root root 7.5G May 12 11:19 TDH-Image-Registry-Transwarp-5.1.2-final.tar.gz[root@tdh55 阅读全文

PostgreSQL Replication之第八章 与pgbouncer一起工作(4)

2015-08-22 09:27 by DataBases, 530 阅读, 收藏,
摘要: 8.4 提升性能从一开始考虑pgbouncer的时候,性能就是一个关键的因素。为了确保高性能,有些问题必须认真对待。首先,确保参与您设置的所有节点相互之间的距离较近。这对于降低网络往返时间有很多的帮助,从而提升性能。减少调用fork()的开销和为了性能的提升而付出网络时间是没有必要的。正如在大多数情... 阅读全文

Spark作业提交运行流程

2020-06-01 11:48 by DataBases, 526 阅读, 收藏,
摘要: yarn-cluster模式: (1)client客户端提交spark Application应用程序到yarn集群。 (2)ResourceManager收到了请求后,在集群中选择一个NodeManager来为应用程序分配container容器,并启动该应用程序的ApplicationMaster 阅读全文

PostgreSQL Performance Monitoring Tools

2016-02-18 17:08 by DataBases, 525 阅读, 收藏,
摘要: PostgreSQL Performance Monitoring Tools https://github.com/CloudServer/postgresql-perf-tools This package includes three useful scripts aimed to help 阅读全文

pyspark dataframe save into hive

2021-01-17 16:13 by DataBases, 520 阅读, 收藏,
摘要: # 先定义dataframe各列的数据类型 from pyspark.sql.types import *schema = StructType([ StructField("a", NullType(), True), StructField("b", AtomicType(), True), S 阅读全文
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 80 下一页