Back to Langfuse

Rule Title Here

.agents/skills/clickhouse-best-practices/rules/_template.md

3.172.1462 B
Original Source

Rule Title Here

Impact: CRITICAL (optional description)

Brief explanation of the rule and why it matters. This should be clear and concise, explaining the performance implications.

Incorrect (description of what's wrong):

sql
-- Bad: description
SELECT * FROM table;

Correct (description of what's right):

sql
-- Good: description
SELECT * FROM table;

Reference: Official Docs