·bq-query-optimization
</>

bq-query-optimization

funnelenvy/agents_webinar_demos

在編寫 BigQuery 查詢、優化查詢性能、分析執行計劃或避免常見 SQL 問題時使用。涵蓋參數化查詢、UDF、腳本編寫、窗口函數(QUALIFY、ROW_NUMBER、RANK、LEAD/LAG)、JSON 函數、ARRAY/STRUCT 操作、BigQuery 特定功能(EXCEPT、REPLACE、SAFE_*)、CTE 重新執行問題、NOT IN with NULL、DML 性能、標準與舊版 SQL 以及性能最佳實踐。

11安裝·0熱度·@funnelenvy

安裝

$npx skills add https://github.com/funnelenvy/agents_webinar_demos --skill bq-query-optimization

SKILL.md

Use this skill when writing, debugging, or optimizing BigQuery SQL queries for performance and efficiency.

Impact: Full table scan vs targeted column read. Can reduce data scanned by 90%+.

Key: Filter on the partition column for automatic partition pruning.

在編寫 BigQuery 查詢、優化查詢性能、分析執行計劃或避免常見 SQL 問題時使用。涵蓋參數化查詢、UDF、腳本編寫、窗口函數(QUALIFY、ROW_NUMBER、RANK、LEAD/LAG)、JSON 函數、ARRAY/STRUCT 操作、BigQuery 特定功能(EXCEPT、REPLACE、SAFE_*)、CTE 重新執行問題、NOT IN with NULL、DML 性能、標準與舊版 SQL 以及性能最佳實踐。 來源:funnelenvy/agents_webinar_demos。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/funnelenvy/agents_webinar_demos --skill bq-query-optimization
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 bq-query-optimization?

在編寫 BigQuery 查詢、優化查詢性能、分析執行計劃或避免常見 SQL 問題時使用。涵蓋參數化查詢、UDF、腳本編寫、窗口函數(QUALIFY、ROW_NUMBER、RANK、LEAD/LAG)、JSON 函數、ARRAY/STRUCT 操作、BigQuery 特定功能(EXCEPT、REPLACE、SAFE_*)、CTE 重新執行問題、NOT IN with NULL、DML 性能、標準與舊版 SQL 以及性能最佳實踐。 來源:funnelenvy/agents_webinar_demos。

如何安裝 bq-query-optimization?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/funnelenvy/agents_webinar_demos --skill bq-query-optimization 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/funnelenvy/agents_webinar_demos