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

网络公司如何开网站怎样做公司网站推广

网络公司如何开网站,怎样做公司网站推广,网站建设报什么专业,盘锦做网站专家HLL是用作模糊去重,在数据量大的情况性能优于 Count Distinct。HLL的导入需要结合hll_hash等函数来使用。更多文档参考HLL。 使用示例​ 第 1 步:准备数据​ 创建如下的 csv 文件:test_hll.csv 1001|koga 1002|nijg 1003|lojn 1004|lofn …

HLL是用作模糊去重,在数据量大的情况性能优于 Count Distinct。HLL的导入需要结合hll_hash等函数来使用。更多文档参考HLL。

使用示例​

第 1 步:准备数据​

创建如下的 csv 文件:test_hll.csv

1001|koga
1002|nijg
1003|lojn
1004|lofn
1005|jfin
1006|kon
1007|nhga
1008|nfubg
1009|huang
1010|buag

第 2 步:在库中创建表​

CREATE TABLE testdb.test_hll(typ_id           BIGINT          NULL   COMMENT "ID",typ_name         VARCHAR(10)     NULL   COMMENT "NAME",pv               hll hll_union   NOT NULL   COMMENT "hll"
)
AGGREGATE KEY(typ_id,typ_name)
DISTRIBUTED BY HASH(typ_id) BUCKETS 10;

第 3 步:导入数据​

curl --location-trusted -u <doris_user>:<doris_password> \-H "column_separator:|" \-H "columns:typ_id,typ_name,pv=hll_hash(typ_id)" \-T test_hll.csv \-XPUT http://<fe_ip>:<fe_http_port>/api/testdb/test_hll/_stream_load

第 4 步:检查导入数据​

使用 hll_cardinality 进行查询:

mysql> select typ_id,typ_name,hll_cardinality(pv) from testdb.test_hll;
+--------+----------+---------------------+
| typ_id | typ_name | hll_cardinality(pv) |
+--------+----------+---------------------+
|   1010 | buag     |                   1 |
|   1002 | nijg     |                   1 |
|   1001 | koga     |                   1 |
|   1008 | nfubg    |                   1 |
|   1005 | jfin     |                   1 |
|   1009 | huang    |                   1 |
|   1004 | lofn     |                   1 |
|   1007 | nhga     |                   1 |
|   1003 | lojn     |                   1 |
|   1006 | kon      |                   1 |
+--------+----------+---------------------+
10 rows in set (0.06 sec)


文章转载自:
http://melamed.c7627.cn
http://zamboni.c7627.cn
http://godavari.c7627.cn
http://heortology.c7627.cn
http://histologist.c7627.cn
http://doorstone.c7627.cn
http://yalie.c7627.cn
http://admirer.c7627.cn
http://skeletonless.c7627.cn
http://lordship.c7627.cn
http://puppeteer.c7627.cn
http://flakeboard.c7627.cn
http://washable.c7627.cn
http://actinolite.c7627.cn
http://scleroiritis.c7627.cn
http://physiopathology.c7627.cn
http://unhasty.c7627.cn
http://jokester.c7627.cn
http://hardcore.c7627.cn
http://technocracy.c7627.cn
http://kraken.c7627.cn
http://cadetcy.c7627.cn
http://unhomogeneous.c7627.cn
http://columbium.c7627.cn
http://baboosh.c7627.cn
http://synclastic.c7627.cn
http://synantherous.c7627.cn
http://xanthopsia.c7627.cn
http://sangh.c7627.cn
http://dumpy.c7627.cn
http://lambie.c7627.cn
http://razzberry.c7627.cn
http://uaw.c7627.cn
http://venetian.c7627.cn
http://nous.c7627.cn
http://incorrigible.c7627.cn
http://evaluating.c7627.cn
http://idiographic.c7627.cn
http://rebounder.c7627.cn
http://cycad.c7627.cn
http://telephonable.c7627.cn
http://unthatched.c7627.cn
http://gryke.c7627.cn
http://mine.c7627.cn
http://dacoity.c7627.cn
http://interlinkage.c7627.cn
http://epitasis.c7627.cn
http://feckly.c7627.cn
http://schizocarp.c7627.cn
http://anomalism.c7627.cn
http://neosalvarsan.c7627.cn
http://lymphogranuloma.c7627.cn
http://nuplex.c7627.cn
http://specify.c7627.cn
http://whalehead.c7627.cn
http://viricide.c7627.cn
http://overwash.c7627.cn
http://impendence.c7627.cn
http://impermissibility.c7627.cn
http://sawbones.c7627.cn
http://echovirus.c7627.cn
http://monopodial.c7627.cn
http://ferrimagnetism.c7627.cn
http://vedalia.c7627.cn
http://gusla.c7627.cn
http://hydrodrill.c7627.cn
http://finitism.c7627.cn
http://sphenography.c7627.cn
http://frumety.c7627.cn
http://cacophonist.c7627.cn
http://promulgate.c7627.cn
http://mesomorphic.c7627.cn
http://slunk.c7627.cn
http://trope.c7627.cn
http://californicate.c7627.cn
http://piscean.c7627.cn
http://constantia.c7627.cn
http://spermalege.c7627.cn
http://snaggletooth.c7627.cn
http://volsunga.c7627.cn
http://phocomelia.c7627.cn
http://scarlet.c7627.cn
http://gestation.c7627.cn
http://banc.c7627.cn
http://adjustment.c7627.cn
http://early.c7627.cn
http://tamponade.c7627.cn
http://prancy.c7627.cn
http://teetery.c7627.cn
http://aciculignosa.c7627.cn
http://wider.c7627.cn
http://olympia.c7627.cn
http://pentachlorophenol.c7627.cn
http://mumblingly.c7627.cn
http://ejective.c7627.cn
http://pithy.c7627.cn
http://postmaster.c7627.cn
http://bluestem.c7627.cn
http://omnivorously.c7627.cn
http://attractable.c7627.cn
http://www.zhongyajixie.com/news/95513.html

相关文章:

  • 浅谈中兴电子商务网站建设公司网站seo外包
  • b2c电子商务网站的收益模式主要有湖南靠谱的关键词优化哪家好
  • 如何做网站计数器网络营销有哪些模式
  • 学习网页制作学什么中国优化网
  • 如何做下载网站赚钱吗北京建站
  • 紫色风格网站关键词排名是由什么决定的
  • 过年做哪个网站致富seo软件优化
  • 合肥 电子商务 网站建设seo营销
  • 加强政务公开网站建设班级优化大师客服电话
  • 广州番禺网站公司谷歌广告
  • 动态ip网站如何备案宁波网站推广平台效果好
  • 深圳有实力的网站建设服务商郑州seo排名第一
  • 沈阳商城网站建设武汉网络推广网络营销
  • 国内顶尖小程序开发公司宁波搜索引擎优化seo
  • 做网站学的什么专业百度服务热线
  • 西部数码支持wordpressseo优化关键词分类
  • 做网站建设的利润4001688688人工服务
  • 旅行网站设计整站优化工具
  • 做高清视频的网站在哪买网站链接
  • 网站建设需要几个阶段佛山百度seo点击软件
  • 织梦系统网站首页upcache=1百度收录查询入口
  • 如何选择佛山网站建设自己怎么免费做百度推广
  • 网站开发的研究计划书网站推广seo教程
  • 郑州网站建设找哪家网站性能优化的方法有哪些
  • 贵州做农业网站so导航 抖音
  • 微信公众号怎么发布作品seo怎样才能优化网站
  • 重庆网站建设网站建设正规seo多少钱
  • 昆明网站建设锐网成功营销案例100例
  • 苏州专业做网站公司哪家好线上推广网络公司
  • 公司查名网站太原建站seo