clickhouse-query-optimization이란?
ClickHouse 쿼리에 대한 20개 이상의 최적화 규칙. 쿼리 작성, 느린 쿼리 디버깅, 메모리 오류 수정 또는 JOIN 최적화 시 로드합니다. 10~100배 빠른 쿼리와 90% 적은 메모리 사용량을 달성합니다. 출처: obsessiondb/clickhouse-plugin.
ClickHouse 쿼리에 대한 20개 이상의 최적화 규칙. 쿼리 작성, 느린 쿼리 디버깅, 메모리 오류 수정 또는 JOIN 최적화 시 로드합니다. 10~100배 빠른 쿼리와 90% 적은 메모리 사용량을 달성합니다.
명령줄에서 clickhouse-query-optimization AI 스킬을 개발 환경에 빠르게 설치
출처: obsessiondb/clickhouse-plugin.
Search terms: query optimization, PREWHERE, JOIN, dictionary, EXPLAIN, performance, slow query, memory limit, timeout, full table scan, dictGet, query cache, DELETE, UPDATE, mutation, aggregation, GROUP BY, COUNT DISTINCT, uniq, querylog
The ORDER BY clause in table definition determines query performance. ClickHouse stores data sorted by these columns and uses a sparse primary index to skip irrelevant data.
Key insight: Always filter on the leftmost ORDER BY columns first for best performance.
ClickHouse 쿼리에 대한 20개 이상의 최적화 규칙. 쿼리 작성, 느린 쿼리 디버깅, 메모리 오류 수정 또는 JOIN 최적화 시 로드합니다. 10~100배 빠른 쿼리와 90% 적은 메모리 사용량을 달성합니다. 출처: obsessiondb/clickhouse-plugin.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/obsessiondb/clickhouse-plugin --skill clickhouse-query-optimizationClickHouse 쿼리에 대한 20개 이상의 최적화 규칙. 쿼리 작성, 느린 쿼리 디버깅, 메모리 오류 수정 또는 JOIN 최적화 시 로드합니다. 10~100배 빠른 쿼리와 90% 적은 메모리 사용량을 달성합니다. 출처: obsessiondb/clickhouse-plugin.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/obsessiondb/clickhouse-plugin --skill clickhouse-query-optimization 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/obsessiondb/clickhouse-plugin