[网盘]ClickHouse应用实践与原理分析
ClickHouse是近年来备受关注的开源列式数据库,主要应用于数据分析(OLAP)领域。目前G内社区火爆,各大厂商纷纷跟进大规模使用,如今日头条、腾讯、快手等。 ClickHouse 是一个 DBMS,而不是一个单一的数据库。 ClickHouse 允许在运行时创建表和数据库、加载数据和运行查询,而无需重新配置和重新启动服务器。(ClickHouse is an open source columnar database that has attracted much attention in recent years, and is mainly used in the field of data analysis (OLAP). At present, the domestic community is hot, and major manufacturers have followed up with large-scale use, such as Toutiao, Tencent, and Kuaishou. ClickHouse is a DBMS, not a single database. ClickHouse allows creating tables and databases, loading data and running queries at runtime without reconfiguring and restarting the server.)
页:
[1]