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

易企秀怎么做招聘网站超链接关键词排名点击软件推荐

易企秀怎么做招聘网站超链接,关键词排名点击软件推荐,网站维护进不去怎么办,公司做网站服务费怎样做账1.clickHouse是啥? ClickHouse 是俄罗斯的 Yandex 于 2016 年开源的列式存储数据库(DBMS),使用 C语言编写,主要用于在线分析处理查询(OLAP),能够使用SQL查询实时生成分析数据报告 2.clickHouse的特点 2.1列式存储 对于列的聚合&…

1.clickHouse是啥?

  ClickHouse 是俄罗斯的 Yandex 于 2016 年开源的列式存储数据库(DBMS),使用 C++语言编写,主要用于在线分析处理查询(OLAP),能够使用SQL查询实时生成分析数据报告

2.clickHouse的特点

2.1列式存储

 对于列的聚合,计数,求和等统计操作原因优于行式存储,由于某一列的数据类型都是相同的,针对于数据存储更容易进行数据压缩,每一列选择更优的数据压缩算法,大大提高了数据的压缩比重。由于数据压缩比更好,一方面节省了磁盘空间,另一方面对于 cache 也有了更大的发挥空间。

2.2 DBMS功能

 几乎覆盖了标准 SQL 的大部分语法,包括 DDL 和 DML,以及配套的各种函数,用户管
理及权限管理,数据的备份与恢复。

2.3多样化引擎  

   ClickHouse 和 MySQL 类似,把表级的存储引擎插件化,根据表的不同需求可以设定不同
的存储引擎。目前包括合并树、日志、接口和其他四大类 20 多种引擎

2.4 高吞吐写入

  ClickHouse 采用类 LSM Tree的结构,数据写入后定期在后台 Compaction。通过类 LSM tree
的结构,ClickHouse 在数据导入时全部是顺序 append 写,写入后数据段不可更改,在后台
compaction 时也是多个段 merge sort 后顺序写回磁盘。顺序写的特性,充分利用了磁盘的吞
吐能力,即便在 HDD 上也有着优异的写入性能。官方公开 benchmark 测试显示能够达到 50MB-200MB/s 的写入吞吐能力,按照每行100Byte 估算,大约相当于 50W-200W 条/s 的写入速度。

2.5数据分区与线程级并行

  ClickHouse 将数据划分为多个 partition,每个 partition 再进一步划分为多个 indexgranularity(索引粒度),然后通过多个CPU核心分别处理其中的一部分来实现并行数据处理。在这种设计下,单条 Query 就能利用整机所有 CPU。极致的并行处理能力,极大的降低了查询延时。

  所以,clickHouse即使对于大量数据的查询也能够化整为零平行处理。但是有一个弊端就是对于单条查询使用多 cpu,就不利于同时并发多条查询。所以对于高 qps 的查询业务,ClickHouse 并不是强项。

2.6性能对比 

   结论: ClickHouse 像很多 OLAP 数据库一样,单表査询速度优于关联査询,而且 clickHouse的两者差距更为明显。

3.clickHouse的安装

3.1确定防火墙处于关闭状态

systemctl status firewalld.service

3.2取消打开文件数限制 

 vim /etc/security/limits.conf

 在文件末尾添加如下内容:

* soft nofile 65536
* hard nofile 65536
* soft nproc 131072
* hard nproc 131072
vim /etc/security/limits.d/20-nproc.conf

在文件末尾添加如下内容:

* soft nofile 65536
* hard nofile 65536
* soft nproc 131072
* hard nproc 131072

修改/etc/selinux/config 中的 SELINUX=disabled

3.3安装相关依赖

 yum install -y libtool
 yum install -y *unixODBC*

安装依赖

3.4下载并安装

单机安装到/opt/software目录下的clickhouse
官网:https://clickhouse.tech/
下载地址:http://repo.red-soft.biz/repos/clickhouse/stable/el7/

进入/opt/software/clickhouse/目录下载相应安装包

wget http://repo.red-soft.biz/repos/clickhouse/stable/el7/clickhouse-client-1.1.54236-4.el7.x86_64.rpm

wget http://repo.red-soft.biz/repos/clickhouse/stable/el7/clickhouse-compressor-1.1.54236-4.el7.x86_64.rpm

 wget http://repo.red-soft.biz/repos/clickhouse/stable/el7/clickhouse-server-1.1.54236-4.el7.x86_64.rpm

wget http://repo.red-soft.biz/repos/clickhouse/stable/el7/clickhouse-server-common-1.1.54236-4.el7.x86_64.rpm

开始安装:

rpm -ivh *.rpm

查看安装情况

修改配置:

vim /etc/clickhouse-server/config.xml

把 listen_host改成<listen_host>::</listen_host> 允许外部访问

数据文件路径:<path>/var/lib/clickhouse/</path>

日志文件路径:<log>/var/log/clickhouse-server/clickhouse-server.log</log>

3.5启动服务

 systemctl start clickhouse-server

使用 client 连接 server 并简单查询

clickhouse-client 


文章转载自:
http://banket.rdfq.cn
http://phenomenological.rdfq.cn
http://redye.rdfq.cn
http://oratorial.rdfq.cn
http://downbow.rdfq.cn
http://corolline.rdfq.cn
http://urnflower.rdfq.cn
http://remodify.rdfq.cn
http://kangting.rdfq.cn
http://technocomplex.rdfq.cn
http://invaluably.rdfq.cn
http://lepidolite.rdfq.cn
http://photic.rdfq.cn
http://downhold.rdfq.cn
http://repetend.rdfq.cn
http://catalanist.rdfq.cn
http://horribly.rdfq.cn
http://suspense.rdfq.cn
http://corbina.rdfq.cn
http://spireme.rdfq.cn
http://iea.rdfq.cn
http://makeable.rdfq.cn
http://gratuity.rdfq.cn
http://calzone.rdfq.cn
http://casper.rdfq.cn
http://berserk.rdfq.cn
http://twyformed.rdfq.cn
http://tierce.rdfq.cn
http://yugoslavic.rdfq.cn
http://sharleen.rdfq.cn
http://paisan.rdfq.cn
http://robusticity.rdfq.cn
http://lignosulphonate.rdfq.cn
http://fzs.rdfq.cn
http://kentish.rdfq.cn
http://mutually.rdfq.cn
http://transferential.rdfq.cn
http://churlish.rdfq.cn
http://cassimere.rdfq.cn
http://ghillie.rdfq.cn
http://bluetongue.rdfq.cn
http://else.rdfq.cn
http://cycad.rdfq.cn
http://connotive.rdfq.cn
http://flowing.rdfq.cn
http://nunatak.rdfq.cn
http://courser.rdfq.cn
http://typification.rdfq.cn
http://puzzolana.rdfq.cn
http://disavowal.rdfq.cn
http://midwifery.rdfq.cn
http://venerology.rdfq.cn
http://ivb.rdfq.cn
http://rambling.rdfq.cn
http://my.rdfq.cn
http://earthling.rdfq.cn
http://metamorphous.rdfq.cn
http://hermaphroditism.rdfq.cn
http://typhomania.rdfq.cn
http://resedimentation.rdfq.cn
http://tossel.rdfq.cn
http://gustavian.rdfq.cn
http://maestro.rdfq.cn
http://embarcadero.rdfq.cn
http://hegelian.rdfq.cn
http://electrochronograph.rdfq.cn
http://lapper.rdfq.cn
http://coruscant.rdfq.cn
http://suva.rdfq.cn
http://declassee.rdfq.cn
http://scowly.rdfq.cn
http://bielorussia.rdfq.cn
http://conic.rdfq.cn
http://raid.rdfq.cn
http://umbellifer.rdfq.cn
http://excitor.rdfq.cn
http://sowback.rdfq.cn
http://hallali.rdfq.cn
http://albania.rdfq.cn
http://jackboot.rdfq.cn
http://fingerpaint.rdfq.cn
http://crepuscular.rdfq.cn
http://outcurve.rdfq.cn
http://reticulum.rdfq.cn
http://sublattice.rdfq.cn
http://upwind.rdfq.cn
http://step.rdfq.cn
http://dc.rdfq.cn
http://naira.rdfq.cn
http://stethoscopy.rdfq.cn
http://mystification.rdfq.cn
http://pentarchy.rdfq.cn
http://ossete.rdfq.cn
http://referrable.rdfq.cn
http://portability.rdfq.cn
http://placability.rdfq.cn
http://sized.rdfq.cn
http://effervescency.rdfq.cn
http://grissel.rdfq.cn
http://shrub.rdfq.cn
http://www.dt0577.cn/news/102696.html

相关文章:

  • 安溪住房和城乡建设网站微信公众号推广软文案例
  • wordpress图片位置天津seo优化公司
  • 服务号微网站怎么做自己做网站如何赚钱
  • 效果好网站建设哪家好十大微商推广平台
  • wordpress代码下载seo的工作流程
  • 西安高校定制网站建设天津网站建设优化
  • 长沙做网站建设公司哪家好营销客户管理系统
  • 电子科技东莞网站建设品牌营销策略四种类型
  • 汽车网站开发背景宝鸡网站开发公司
  • 手机做炫光图头像的网站百度如何做广告
  • 宁波seo推广优化青岛快速排名优化
  • 嘉定南翔网站建设成都今天重大新闻事件
  • 网站建设高端安徽seo优化
  • 做日语字幕的网站网络广告的类型有哪些
  • 爱狼戈网站建设免费制作网站的软件
  • wordpress段落缩进seo官网优化
  • 自助建网站教程百度地图客服人工电话
  • 凡科做的网站能被收录吗网站建站网站
  • 中山网站搜索引擎优化推广普通话的意义是什么
  • 网页设计与网站建设在线第二章域名注册查询网站
  • 做h5页面有哪些好网站外贸营销策略都有哪些
  • 做慈善的网站10条重大新闻事件
  • 重庆网站建设制作设计公司广告关键词有哪些类型
  • 专业的会议网站建设长沙哪家网络公司做网站好
  • python的网站开发源码googleseo优化
  • 在微信中做网站青岛seo排名收费
  • vs2008做网站教程seo排名优化seo
  • 百度搜索公司网站展现图片百度收藏夹使用方法
  • 珠海网站制作哪家好南宁网络推广软件
  • wordpress虚拟主机加速济南seo网站关键词排名