上一页 1 2 3 4 5 6 7 ··· 16 下一页
  2022年4月9日
摘要: https://docs.docker.com/engine/install/centos/ 1、OS requirements To install Docker Engine, you need a maintained version of CentOS 7 or 8. Archived ve 阅读全文
posted @ 2022-04-09 20:44 HelonTian 阅读(109) 评论(0) 推荐(0) 编辑
摘要: FROM: ON: JOIN: WHERE: GROUP BY: CUBE|ROLLUP 阅读全文
posted @ 2022-04-09 17:29 HelonTian 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Kubernetes集群主要由控制节点(master)、工作节点(node)构成,每个节点上都会安装不同的组件。 master:集群的控制平面,负责集群的决策(管理) APIServer:资源操作的唯一入口,接收用户输入的命令,提供认证、授权、API注册和发现等机制 Scheduler:负责集群资源 阅读全文
posted @ 2022-04-09 15:57 HelonTian 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Postgres-XC基于PgSQL的shared nothing的分布式关系型数据库集群。 Postgres-XC由三个主要的组件组成,分别为GTM(Global Transaction Manager),Coordinator,Datanode。 GTM提供事务一致性管理,遵循数据库的ACID 阅读全文
posted @ 2022-04-09 15:48 HelonTian 阅读(391) 评论(0) 推荐(0) 编辑
  2022年4月6日
摘要: 使用字典 在Python中,字典时一系列键-值对,每个键都与一个值相关联。可以使用键来访问与之相关联的值。与键想关联的值可以是数字、字符串、列表乃至字典。事实上,可将任何Python对象用作字典中的值。 在Python中,字典用放在花括号{}中的一系列键-值对表示。 1 #!/usr/bin/env 阅读全文
posted @ 2022-04-06 23:16 HelonTian 阅读(61) 评论(0) 推荐(0) 编辑
摘要: #-c实现命令行下执行SQL $ psql -h localhost -c "SELECT datname FROM pg_database where datistemplate = false and datname != 'postgres';" datname monitor dw(2 ro 阅读全文
posted @ 2022-04-06 14:30 HelonTian 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: 一、环境准备 操作系统版本 $ cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) Python版本:Python 2.7.5 Greenplum版本: gpdb-6.17.5.tar.gz 下载地址: https://githu 阅读全文
posted @ 2022-04-06 13:44 HelonTian 阅读(447) 评论(0) 推荐(0) 编辑
摘要: gp_toolkit 说明 1、表膨胀相关查询 2、表倾斜的相关信息 3、锁查询相关的信息 4、日志查询相关的信息 5、资源队列相关查询信息 6、查看磁盘上(database,schema,table,indexs,view)等的占用大小的相关信息 7、用户使用的工作空间大小信息 8、查看用户创建的 阅读全文
posted @ 2022-04-06 10:21 HelonTian 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 业务系统通过接口访问Greenplum报错信息: org.postgresql.util.PSQLException: ERROR: interconnect encountered a network error, please check your network (seg1 slice5 10 阅读全文
posted @ 2022-04-06 10:15 HelonTian 阅读(1153) 评论(0) 推荐(0) 编辑
  2022年4月3日
摘要: 1、在交互式环境下输入表达式 4 >>> 2 + 3 *6 20 >>> (2 + 3) * 6 30 >>> 48565878 * 578453 28093077826734 >>> 2 ** 8 256 >>> 23 / 7 3.2857142857142856 >>> 23 // 7 3 >> 阅读全文
posted @ 2022-04-03 18:07 HelonTian 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 1、从文件中读取数据 读取整个文件 1 >>> import this 2 The Zen of Python, by Tim Peters 3 4 Beautiful is better than ugly. 5 Explicit is better than implicit. 6 Simple 阅读全文
posted @ 2022-04-03 18:02 HelonTian 阅读(46) 评论(0) 推荐(0) 编辑
  2022年3月29日
摘要: 二进制包下载:https://downloads.mysql.com/archives/shell/ Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> select user,h 阅读全文
posted @ 2022-03-29 14:36 HelonTian 阅读(208) 评论(0) 推荐(0) 编辑
  2022年3月27日
摘要: 20220327:15:52:00:032027 gprecoverseg:t3-tkhibdp-bdp-gp01:gpadmin-[INFO]:-Process results...20220327:15:52:00:032027 gprecoverseg:t3-tkhibdp-bdp-gp01: 阅读全文
posted @ 2022-03-27 15:59 HelonTian 阅读(367) 评论(0) 推荐(0) 编辑
  2022年3月22日
摘要: MySQL数据库在一主一从架构下,搭建从库 利用从库1搭建从库2 1、从库2,起实例,3306端口 2、从库1,停止sql_thread线程。mysql>stop slave sql_thread; 3、将从库1的数据目录拷贝至从库2,替换到从库2的datadir 4、修改从库2 my.cnf文件, 阅读全文
posted @ 2022-03-22 10:57 HelonTian 阅读(79) 评论(0) 推荐(0) 编辑
  2022年3月21日
摘要: [client]port = 3306socket = /u01/mysql_3306/tmp/mysql.sockmysqlx_socket = /data/mysql_3306/tmp/mysqlx.sock[mysql]#prompt="\u@mysql8 \R:\m:\s [\d]> "no 阅读全文
posted @ 2022-03-21 16:08 HelonTian 阅读(694) 评论(0) 推荐(0) 编辑
摘要: mysql8.0.24初始化,并启动数据库实例之后,登录mysql shell提示报错 $ mysql -uroot -p'xxx' -S /data/mysql_3308/tmp/mysql.sockmysql: [Warning] Using a password on the command 阅读全文
posted @ 2022-03-21 15:51 HelonTian 阅读(541) 评论(0) 推荐(0) 编辑
  2022年3月16日
摘要: 导出单个表: ./tidb-toolkit-v5.4.0-linux-amd64/bin/dumpling -uroot -proot -P4000 -h10.172.32.101 --filetype sql -t 8 -o /home/tidb -r 200000 -F 256MiB -T sa 阅读全文
posted @ 2022-03-16 16:46 HelonTian 阅读(92) 评论(0) 推荐(0) 编辑
  2022年3月11日
摘要: postgresql版本:12.3 搭建流复制备份的记录: $ /usr/local/pgsql/bin/pg_basebackup -h p0-primary -p 5432 -U repuser -w -Fp -Xs -Pv -R -D /data/pgsql_5432/pgdata/pg_ba 阅读全文
posted @ 2022-03-11 08:57 HelonTian 阅读(758) 评论(0) 推荐(0) 编辑
  2022年2月24日
摘要: 定义一个新的资源队列 概要 CREATE RESOURCE QUEUE name WITH (queue_attribute=value [, ... ]) 其中queue_attribute是: ACTIVE_STATEMENTS=integer [ MAX_COST=float [COST_OV 阅读全文
posted @ 2022-02-24 16:31 HelonTian 阅读(318) 评论(0) 推荐(0) 编辑
  2022年2月21日
摘要: 需要关闭skip-slave-start 阅读全文
posted @ 2022-02-21 20:59 HelonTian 阅读(45) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页