08 2025 档案

摘要:具体文件:doris-master/thirdparty/vars.sh #!/bin/bash # shellcheck disable=2034 # Licensed to the Apache Software Foundation (ASF) under one # or more cont 阅读全文
posted @ 2025-08-22 11:24 小海哥哥de 阅读(18) 评论(0) 推荐(0)
摘要:一、 Apache Doris 简介 Apache Doris 是一款基于 MPP 架构(大规模并行处理)的高性能、实时分析型数据库。它以高效、简单和统一的特性著称,能够在亚秒级的时间内返回海量数据的查询结果。Doris 既能支持高并发的点查询场景,也能支持高吞吐的复杂分析场景。 基于这些优势,Ap 阅读全文
posted @ 2025-08-21 12:49 小海哥哥de 阅读(69) 评论(0) 推荐(0)
摘要:官网:https://fr.cppreference.com/w/cpp/language/modules.html 一、首先看个例子 下面是一个模拟大型项目中使用 C++20 模块的示例,展示了如何将一个复杂系统拆分为多个模块、模块分区(Module Partitions)以及模块间的依赖关系。这 阅读全文
posted @ 2025-08-06 17:25 小海哥哥de 阅读(262) 评论(0) 推荐(0)