ZhangZhihui's Blog  

2025年1月9日

摘要: block range index, BRIN adaptive radix tree, ART To download the necessary dataset for this project, please follow these instructions: 1. Go to https: 阅读全文
posted @ 2025-01-09 23:39 ZhangZhihuiAAA 阅读(37) 评论(0) 推荐(0)
 
摘要: Data Wrangling CREATE OR REPLACE TABLE web_log_text (raw_text VARCHAR); COPY web_log_text FROM 'access.log' (DELIM ''); SELECT regexp_extract(raw_text 阅读全文
posted @ 2025-01-09 18:27 ZhangZhihuiAAA 阅读(35) 评论(0) 推荐(0)
 
摘要: Parameters The parameters listed below are used in the read_csv function to configure the CSV Rejects Table. NameDescriptionTypeDefault store_rejects 阅读全文
posted @ 2025-01-09 00:20 ZhangZhihuiAAA 阅读(27) 评论(0) 推荐(0)