Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
ClickHouse で FORMAT Null オプションを使用して、クライアントに行を返すことなく処理時間を測定する方法を学びます。
FORMAT Null
Null
SELECT customer_id, count() AS total, any(review_headline) FROM amazon_reviews GROUP BY customer_id ORDER BY total DESC FORMAT Null
0 rows in set. Elapsed: 25.288 sec. Processed 222.04 million rows, 13.50 GB (8.78 million rows/s., 533.77 MB/s.)
このページは役に立ちましたか?