1 2 3 4 5 ··· 183 下一页
摘要: 表达式分区(推荐) | StarRocks https://docs.starrocks.io/zh/docs/table_design/expression_partitioning/ 翻译 搜索 复制 阅读全文
posted @ 2024-07-22 20:07 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 聚合表 | StarRocks https://docs.starrocks.io/zh/docs/table_design/table_types/aggregate_table/ 阅读全文
posted @ 2024-07-22 19:59 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: The partition column could not be aggregated column and unique table's partition column must be key column. 翻译 搜索 复制 阅读全文
posted @ 2024-07-22 18:28 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 搜索广告召回技术在美团的实践 https://mp.weixin.qq.com/s/sCMsbMlcUlNHK0IOMQ3HkA 翻译 搜索 复制 阅读全文
posted @ 2024-07-19 17:32 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 基本功 | 一文讲清多线程和多线程同步 https://mp.weixin.qq.com/s/a9BUf6N93uOw8JSAxza7cg 翻译 搜索 复制 阅读全文
posted @ 2024-07-19 14:11 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: The Art of Graceful Reloading — uWSGI 2.0 documentation https://uwsgi-docs.readthedocs.io/en/latest/articles/TheArtOfGracefulReloading.html 翻译 搜索 复制 阅读全文
posted @ 2024-07-18 17:48 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 解决DBeaver一段时间不用,连接断开,刷新重连很慢的问题 - rmticocean - 博客园 https://www.cnblogs.com/rmticocean/articles/17828378.html 翻译 搜索 复制 阅读全文
posted @ 2024-07-15 17:52 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 如果 ensure_ascii 是 true (即默认值),输出保证将所有输入的非 ASCII 字符转义。如果 ensure_ascii 是 false,这些字符会原样输出。 If ensure_ascii is true (the default), the output is guarantee 阅读全文
posted @ 2024-07-12 19:12 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 变量声明周期 内存释放 翻译 搜索 复制 阅读全文
posted @ 2024-07-11 10:30 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: StarRocks 数据湖查询和迁移实践 https://mp.weixin.qq.com/s/7n8787v8oVyn5RHoGwgszQ 翻译 搜索 复制 阅读全文
posted @ 2024-07-06 22:10 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Win10和Win11内存区域划分及动态随机的本质 https://mp.weixin.qq.com/s/nhtCUDY3L3RFTeVH1U1xDQ 翻译 搜索 复制 阅读全文
posted @ 2024-07-05 17:22 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 归因分析在去哪儿的应用落地 https://mp.weixin.qq.com/s/W57w1yTS7wJ38Cn4szinBQ 翻译 搜索 复制 阅读全文
posted @ 2024-07-05 14:53 papering 阅读(7) 评论(0) 推荐(0) 编辑
摘要: numpy判断 import numpy as np nan = float('nan') print(np.isnan(nan)) 翻译 搜索 复制 阅读全文
posted @ 2024-07-05 10:38 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: reset revert git/Documentation/howto/revert-a-faulty-merge.txt at master · git/git https://github.com/git/git/blob/master/Documentation/howto/revert-a 阅读全文
posted @ 2024-07-04 10:49 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Cannot parse date: value is too short: Cannot parse Date from String: while executing 'FUNCTION toDate toDate(x) --> x=='' toDate(parseDateTimeBestEff 阅读全文
posted @ 2024-07-03 19:03 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Comparison of the Open Source Query Engines: Trino and StarRocks https://www.starrocks.io/blog/comparison-of-the-open-source-query-engines-trino-and-s 阅读全文
posted @ 2024-07-01 18:42 papering 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Trino 查询引擎资源瓶颈 降本 40%+!数数科技打造云原生查询引擎,全面优化数据分析体验 - 数数科技 https://www.thinkingdata.cn/thinking/blog/features/5966.html 技术开源|TA大数据分析系统的高可用架构从设计到实现 - 数数科技 阅读全文
posted @ 2024-06-28 17:07 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: star rock 并发查询 翻译 搜索 复制 阅读全文
posted @ 2024-06-28 15:53 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://github.com/StarRocks/starrocks/blob/main/be/src/exprs/agg/window_funnel.h enum FunnelMode : int { DEDUPLICATION = 1, FIXED = 2, DEDUPLICATION_ 阅读全文
posted @ 2024-06-27 16:40 papering 阅读(4) 评论(0) 推荐(0) 编辑
摘要: dict pop 原理 翻译 搜索 复制 阅读全文
posted @ 2024-06-26 23:26 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 使用 HyperLogLog 实现近似去重 | StarRocks https://docs.starrocks.io/zh/docs/using_starrocks/Using_HLL/ 翻译 搜索 复制 阅读全文
posted @ 2024-06-26 14:25 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: bitmap_to_array not supported size > 1000000 bitmap_to_string not supported size > 1000000 翻译 搜索 复制 阅读全文
posted @ 2024-06-25 19:58 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: StarRocks 最佳实践 - 📚 StarRocks 最佳实践 - StarRocks中文社区论坛 https://forum.mirrorship.cn/t/topic/11572 翻译 搜索 复制 阅读全文
posted @ 2024-06-25 17:37 papering 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Retail eCommerce Funnel Analysis Demo with 1 million members and 87 million record dataset using StarRocks · StarRocks/starrocks · Discussion #26075 h 阅读全文
posted @ 2024-06-24 23:24 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: __del__ __exist__ https://docs.python.org/3/reference/datamodel.html 翻译 搜索 复制 阅读全文
posted @ 2024-06-20 18:51 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: window_funnel | StarRocks https://docs.starrocks.io/zh/docs/sql-reference/sql-functions/aggregate-functions/window_funnel/ 翻译 搜索 复制 阅读全文
posted @ 2024-06-20 12:07 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 海量数据处理利器 Roaring BitMap 原理介绍 https://mp.weixin.qq.com/s/aNHXKHNViWchWKcyRxjOIg 翻译 搜索 复制 阅读全文
posted @ 2024-06-19 23:27 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 小结: 1) where having 的过滤范围 having group by 、聚合函数 where select 字段 2)别名支持的位置 The alias is used as the expression's column name and can be used in GROUP B 阅读全文
posted @ 2024-06-19 16:50 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 大表查询结果慢,没有谓词下推​ 多张大表关联时,旧 planner有时没有自动谓词下推,比如: 查询常见问题 | StarRocks https://docs.starrocks.io/zh/docs/faq/Sql_faq/#%E5%A4%A7%E8%A1%A8%E6%9F%A5%E8%AF%A2 阅读全文
posted @ 2024-06-19 16:30 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 异步物化视图 | StarRocks https://docs.starrocks.io/zh/docs/using_starrocks/Materialized_view/ 同步物化视图 | StarRocks https://docs.starrocks.io/zh/docs/using_sta 阅读全文
posted @ 2024-06-19 10:26 papering 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 现代分布式数据库中,常见的数据分布方式有如下几种:Round-Robin、Range、List 和 Hash。如下图所示: 数据分布 | StarRocks https://docs.starrocks.io/zh/docs/table_design/Data_distribution/ StarR 阅读全文
posted @ 2024-06-18 19:41 papering 阅读(4) 评论(0) 推荐(0) 编辑
摘要: class T: def __init__(self): self.lst = [] # biz for i in range(6): self.lst.append(i) def f(self, i): print(i) if i in self.lst: self.lst.remove(i) d 阅读全文
posted @ 2024-06-17 12:42 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 排行榜系统设计-01-6 大排名算法介绍 | Echo Blog https://houbb.github.io/2021/08/02/rank-system-01-overview 翻译 搜索 复制 阅读全文
posted @ 2024-06-12 11:01 papering 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 用户分群 | ThinkingData https://docs.thinkingdata.cn/ta-manual/v4.1/user_guide/user/cohort/cohort.html 用户标签 | ThinkingData https://docs.thinkingdata.cn/ta 阅读全文
posted @ 2024-06-05 17:16 papering 阅读(4) 评论(0) 推荐(0) 编辑
摘要: B站基于ClickHouse的海量用户行为分析应用实践 - 哔哩哔哩 https://www.bilibili.com/read/cv21106590/ 翻译 搜索 复制 阅读全文
posted @ 2024-06-05 17:07 papering 阅读(6) 评论(0) 推荐(0) 编辑
摘要: RoaringBitMap在B站大数据中的应用 https://mp.weixin.qq.com/s/hZsZoaMfEo3G51OLv2keyQ 翻译 搜索 复制 阅读全文
posted @ 2024-06-05 17:06 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Standard Library Types - Pydantic https://docs.pydantic.dev/2.7/api/standard_library_types/#typeddict from pydantic import BaseModelfrom typing import 阅读全文
posted @ 2024-05-30 14:23 papering 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Clickhouse在大数据分析平台-留存分析上的应用_大数据_腾讯云大数据_InfoQ写作社区 https://xie.infoq.cn/article/c7af40e5ba5f5f5beaccde990 ClickHouse实战留存、路径、漏斗、session-腾讯云开发者社区-腾讯云 http 阅读全文
posted @ 2024-05-29 19:39 papering 阅读(69) 评论(0) 推荐(0) 编辑
摘要: UDFs User Defined Functions | ClickHouse Docs https://clickhouse.com/docs/en/sql-reference/functions/udf def gen_if_sql(range_list, field='cnt', group 阅读全文
posted @ 2024-05-27 20:20 papering 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://clickhouse.com/docs/zh/sql-reference/aggregate-functions/parametric-functions 翻译 搜索 复制 阅读全文
posted @ 2024-05-27 14:22 papering 阅读(3) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 183 下一页