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에서 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.)
이 페이지가 도움이 되었나요?