码迷,mamicode.com
首页 >  
搜索关键字:cluster storage volume    ( 8237个结果
kingbaseES R6 集群手工切换案例
1、当前集群状态 [kingbase@ECOLABAPP37 bin]$ ./repmgr cluster show ID | Name | Role | Status | Upstream | Location | Priority | Timeline | Connection string + ...
分类:其他好文   时间:2021-07-01 16:27:49    阅读次数:0
Statistics of pageviews by platform from June 2020 to June 2021
Description:Here will use pictures and text to report traffic statistics. Total reading volume on all platforms:85653 Total playback volume on all pla ...
分类:其他好文   时间:2021-06-30 18:08:31    阅读次数:0
Docker搭建EFK
#1、安装ElasticSearch ###拉取镜像 docker pull docker.elastic.co/elasticsearch/elasticsearch:7.1.1 ###创建资料卷 docker volume create es-data docker volume create ...
分类:其他好文   时间:2021-06-28 21:17:34    阅读次数:0
How to Enable VNCR on RAC Database to Register only Local Instances (Doc ID 1914282.1)
VNCR is supported for the cluster. Use MOS note 1914282.1 to ensure you've done all the required steps How to Enable VNCR on RAC Database to Register ...
分类:数据库   时间:2021-06-28 17:54:34    阅读次数:0
redis cluster如何支持pipeline
当我们要操作一批key时,可以通过 redis pipline 再执行完后一次性读取所有结果来较少网络传输的消耗; 很明显,这有个限制条件 ? 这批key的执行必须在同一个连接上 当部署的redis为 standalone 或 master-slave 结构的时候还好,可以从 pool 取出来的连接 ...
分类:其他好文   时间:2021-06-23 17:18:58    阅读次数:0
dockerfile
dockerfile就是用来构建docker镜像的构建文件 写入命令脚本 通过这个脚本可以生成镜像,镜像是一层一层的,脚本一个个的命令,每个命令都是一层 [root@iZmu0fa4hv0jwzZ home]# mkdir docker-test-volume [root@iZmu0fa4hv0jw ...
分类:其他好文   时间:2021-06-21 20:36:25    阅读次数:0
Mongodb快速上手(未完成,持续更新中)
1. MongoDB相关概念 1.1 业务应用场景 传统的关系型数据库(如MySQL),在数据操作的“三高”需求以及应对Web2.0的网站需求面前,显得力不从心。 解释:“三高”需求: High performance - 对数据库高并发读写的需求。 Huge Storage - 对海量数据的高效率 ...
分类:数据库   时间:2021-06-20 17:35:12    阅读次数:0
axios常用拦截器配置
import axios from "axios";//axios引入 import { Message } from "element-ui";//message组件引入 import router from "../router";//路由 // 创建axios实例 const service ...
分类:移动开发   时间:2021-06-19 18:40:48    阅读次数:0
Jenkins在K8s的pod中实现docker in docker 构建镜像并发布到K8s集群中
一、运行架构 Jenkins的kubernetes plugin在执行构建时会在kubernetes集群中自动创建一个Pod,并在Pod内部创建一个名为jnlp的容器,该容器会连接Jenkins并运行Agent程序,形成一个Jenkins的Master和Slave架构,然后Slave会执行构建脚本进 ...
分类:其他好文   时间:2021-06-18 20:01:37    阅读次数:0
【豆科基因组】扁豆Lima bean(Phaseolus lunatus L.)基因组2021NC
一、来源 Comprehensive genomic resources related to domestication and crop improvement traits in Lima bean. Nature Communications volume 12, Article numbe ...
分类:其他好文   时间:2021-06-17 16:44:55    阅读次数:0
8237条   上一页 1 2 3 4 ... 824 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!