博客
关于我
初识Yandex||ClickHouse
阅读量:360 次
发布时间:2019-03-04

本文共 1224 字,大约阅读时间需要 4 分钟。

  • ()

    is an open-source column-oriented DBMS (columnar database management system) for online analytical processing (OLAP).

    ClickHouse was developed by the Russian IT company Yandex for the Yandex.Metrica web analytics service.

  • OLAP

    Online analytical processing () is an approach to answer multi-dimensional analytical (MDA) queries swiftly in computing.

    OLAP is part of the broader category of business intelligence, which also encompasses relational databases, report writing and data mining.

  • MDA

    Multidimensional analysis () is a data analysis process that groups data into two categories: data dimensions and measurements.

    In many disciplines, two-dimensional data sets are also called panel data.

  • Yandex

    is a Russion Dutch-domiciled multinational corporation providing Internet-related products and services, including transportation, search and information services, eCommerce, nacigation, mobile applications, and online advertising. They provide over 70 services.

    It is the 5th largest search engine worldwide after Google, Baidu, Bing, and Yahoo!.

  • is a free web analytics service(like ) offered by Yandex that tracks and reports website traffic.

    Yandex launched the service in 2008 and made it public in 2009.

  • Tutorial

转载地址:http://ttge.baihongyu.com/

你可能感兴趣的文章
mysql 添加索引
查看>>
MySQL 添加索引,删除索引及其用法
查看>>
mysql 状态检查,备份,修复
查看>>
MySQL 用 limit 为什么会影响性能?
查看>>
MySQL 用 limit 为什么会影响性能?有什么优化方案?
查看>>
MySQL 用户权限管理:授权、撤销、密码更新和用户删除(图文解析)
查看>>
mysql 用户管理和权限设置
查看>>
MySQL 的 varchar 水真的太深了!
查看>>
mysql 的GROUP_CONCAT函数的使用(group_by 如何显示分组之前的数据)
查看>>
MySQL 的instr函数
查看>>
MySQL 的mysql_secure_installation安全脚本执行过程介绍
查看>>
MySQL 的Rename Table语句
查看>>
MySQL 的全局锁、表锁和行锁
查看>>
mysql 的存储引擎介绍
查看>>
MySQL 的存储引擎有哪些?为什么常用InnoDB?
查看>>
Mysql 知识回顾总结-索引
查看>>
Mysql 笔记
查看>>
MySQL 精选 60 道面试题(含答案)
查看>>
mysql 索引
查看>>
MySQL 索引失效的 15 种场景!
查看>>