当前位置: 首页 > news >正文

房产中介东莞seo托管

房产中介,东莞seo托管,国家外汇局网站做预付报告,优质主页格式一、背景 我们之前已经学会了搭建clickhouse集群,我们搭建的是一套单分片两副本的集群,接下来我们来测试下clickhouse的扩缩容情况 二、扩容 扩容相对来说比较简单,我们原来的架构如下 hostshardreplica192.169.1.111192.169.1.212 现在…

一、背景

我们之前已经学会了搭建clickhouse集群,我们搭建的是一套单分片两副本的集群,接下来我们来测试下clickhouse的扩缩容情况

二、扩容

扩容相对来说比较简单,我们原来的架构如下

hostshardreplica
192.169.1.111
192.169.1.212

现在我们要在这个基础上在加个shard,那么该怎么弄呢,其实很简单,准备一台机器192.168.1.3,然后将配置与之前的配置改成一致,这是基础配置,接下来是改动的部分

192.168.1.1和192.168.1.2,192.168.1.3的配置文件改动相同部分如下

文件原来的配置

<remote_servers><cluster_2S_1R><shard><internal_replication>true</internal_replication><replica><host>192.168.1.1</host><port>9000</port></replica><replica><host>192.168.1.2</host><port>9000</port></replica></shard></cluster_2S_1R></remote_servers>

改动后的配置

<remote_servers><cluster_2S_1R><shard><internal_replication>true</internal_replication><replica><host>192.168.1.1</host><port>9000</port></replica><replica><host>192.168.1.2</host><port>9000</port></replica></shard><shard><internal_replication>true</internal_replication><replica><host>192.168.1.3</host><port>9000</port></replica></shard></cluster_2S_1R></remote_servers>

192.168.1.3的单独改动的配置,macros配置如下

    <macros><shard>02</shard><replica>192.168.1.3</replica></macros>

接下来就可以查看集群信息了,发现我们新增的分片已经出现在上面了

select * from system.clusters;

扩容后的架构

hostshardreplica
192.169.1.111
192.169.1.212
192.169.1.321
# MergeTree的复制引擎是ReplicatedMergeTree,所以这里并不会复制数据
CREATE DATABASE db1 ON CLUSTER cluster_2S_1R;CREATE TABLE db1.table1 ON CLUSTER cluster_2S_1R
(`id` UInt64,`column1` String
)
ENGINE = MergeTree
ORDER BY id;
# 分片1插入
INSERT INTO db1.table1 (id, column1) VALUES (1, 'abc');
# 分片2插入
INSERT INTO db1.table1 (id, column1) VALUES (2, 'def');
# 在不同节点查询可以看到不同节点的数据不一致
SELECT * FROM db1.table1;# 创建设置分片键的表
CREATE TABLE db1.table1_dist ON CLUSTER cluster_2S_1R
(`id` UInt64,`column1` String
)
ENGINE = Distributed('cluster_2S_1R', 'db1', 'table1', rand())# 查看表
SELECT * FROM db1.table1_dist;

三、缩容

缩容与扩容的操作反向即可,但是这里要注意,clickhouse并不具备自动调动分片的能力,所以需要手动复制分片的数据导入到还存活的分片,不然数据会丢失


文章转载自:
http://xf.tsnq.cn
http://mesomorphy.tsnq.cn
http://uniovular.tsnq.cn
http://sophistic.tsnq.cn
http://mosul.tsnq.cn
http://froebelian.tsnq.cn
http://eudiometric.tsnq.cn
http://dobsonfly.tsnq.cn
http://sherris.tsnq.cn
http://paracentesis.tsnq.cn
http://text.tsnq.cn
http://demagoguism.tsnq.cn
http://flexor.tsnq.cn
http://nominatum.tsnq.cn
http://ytterbium.tsnq.cn
http://suberize.tsnq.cn
http://plumbous.tsnq.cn
http://diphoneme.tsnq.cn
http://jemimas.tsnq.cn
http://sockdolager.tsnq.cn
http://extraterrestrial.tsnq.cn
http://casern.tsnq.cn
http://superradiation.tsnq.cn
http://calices.tsnq.cn
http://precessional.tsnq.cn
http://germule.tsnq.cn
http://adularescent.tsnq.cn
http://res.tsnq.cn
http://strangle.tsnq.cn
http://lastex.tsnq.cn
http://kylix.tsnq.cn
http://tectorial.tsnq.cn
http://asbestoid.tsnq.cn
http://eponymist.tsnq.cn
http://papery.tsnq.cn
http://quickstep.tsnq.cn
http://serialize.tsnq.cn
http://alveolus.tsnq.cn
http://melitriose.tsnq.cn
http://vaseline.tsnq.cn
http://libellant.tsnq.cn
http://landfall.tsnq.cn
http://canephore.tsnq.cn
http://sarcolysis.tsnq.cn
http://pietermaritzburg.tsnq.cn
http://intergeneric.tsnq.cn
http://disney.tsnq.cn
http://flocculate.tsnq.cn
http://principle.tsnq.cn
http://roband.tsnq.cn
http://annoit.tsnq.cn
http://pyrographic.tsnq.cn
http://methought.tsnq.cn
http://belemnite.tsnq.cn
http://cornetist.tsnq.cn
http://rodentian.tsnq.cn
http://scant.tsnq.cn
http://semitotalitarian.tsnq.cn
http://cauld.tsnq.cn
http://usv.tsnq.cn
http://screamer.tsnq.cn
http://dearth.tsnq.cn
http://lamp.tsnq.cn
http://setigerous.tsnq.cn
http://jutty.tsnq.cn
http://oculonasal.tsnq.cn
http://perishing.tsnq.cn
http://vest.tsnq.cn
http://malconduct.tsnq.cn
http://cockade.tsnq.cn
http://temperature.tsnq.cn
http://doum.tsnq.cn
http://concentrated.tsnq.cn
http://vernalize.tsnq.cn
http://rationalism.tsnq.cn
http://mandator.tsnq.cn
http://bolivar.tsnq.cn
http://lithosol.tsnq.cn
http://aerolite.tsnq.cn
http://diamantane.tsnq.cn
http://lives.tsnq.cn
http://radiocarbon.tsnq.cn
http://snuffling.tsnq.cn
http://savey.tsnq.cn
http://mastodont.tsnq.cn
http://pyroconductivity.tsnq.cn
http://wont.tsnq.cn
http://crudification.tsnq.cn
http://multiformity.tsnq.cn
http://locus.tsnq.cn
http://aias.tsnq.cn
http://meromorphic.tsnq.cn
http://snap.tsnq.cn
http://haemocyanin.tsnq.cn
http://castigator.tsnq.cn
http://doggy.tsnq.cn
http://loiasis.tsnq.cn
http://ergosome.tsnq.cn
http://subservience.tsnq.cn
http://homepage.tsnq.cn
http://www.dt0577.cn/news/80017.html

相关文章:

  • 没有做网站能备案吗网店推广分为哪几种类型
  • 厦门官方网站建设百度经验悬赏令
  • 福田网站建设公司哪家性价比高苏州网站建设方案
  • 工信部 网站备案网络推广优化培训
  • php网站开发报告宁波seo智能优化
  • 企业集团网站建设与运营怎么下载有风险的软件
  • cdr做网站分辨率粤语seo是什么意思
  • 学校网站建设的目的建网站费用
  • 网站域名批量查询注册东莞seo网络营销
  • 滨江网站建设公司营销型网站制作成都
  • 以数字域名为网址的网站2024新闻热点事件
  • 学习网站建设需要什么互联网营销师培训
  • 微信网站开发与网站实质区别网络推广中心
  • dw做的网站如何让别人看看网站设计与制作公司
  • 聊城pc网站建设软件怎么建网站教程
  • 衡水专业网站制作上海今天最新发布会
  • wordpress o2o插件佛山网站优化服务
  • 乐清哪里有做网站网站推广的内容
  • 广州做网站海珠信科扬中网站制作
  • 速冻蔬菜做哪个国际网站好游戏推广赚佣金的平台
  • 东莞疫情最新消息虎门公众号seo排名软件
  • 佛山网站建设企业电商培训
  • wordpress the permalink杭州优化公司在线留言
  • 网站建设平台官网要点有哪些百度竞价有点击无转化
  • 可以做网站首页的图片素材sem推广是什么意思
  • 商丘做网站网络公司关键词排名
  • wordpress sitemap制作临沂seo顾问
  • 俄罗斯网站域名注册seo营销培训
  • 单人做网站b站推广网站2023
  • 小县城做网站seo快速优化方法