Skip to content

Commit 7097bd8

Browse files
committed
clarify uncompressed
1 parent 9939444 commit 7097bd8

File tree

1 file changed

+1
-1
lines changed
  • docs/en/integrations/language-clients/go

1 file changed

+1
-1
lines changed

docs/en/integrations/language-clients/go/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ for i := 1; i <= 6; i++ {
16581658
16591659
### Progress/Profile/Log Information
16601660
1661-
Progress, Profile, and Log information can be requested on queries. Progress information will report statistics on the number of rows and bytes that have been read and processed in ClickHouse. Conversely, Profile information provides a summary of data returned to the client, including totals of bytes, rows, and blocks. Finally, log information provides statistics on threads, e.g., memory usage and data speed.
1661+
Progress, Profile, and Log information can be requested on queries. Progress information will report statistics on the number of rows and bytes that have been read and processed in ClickHouse. Conversely, Profile information provides a summary of data returned to the client, including totals of bytes (uncompressed), rows, and blocks. Finally, log information provides statistics on threads, e.g., memory usage and data speed.
16621662
16631663
Obtaining this information requires the user to use [Context](#using-context), to which the user can pass call-back functions.
16641664

0 commit comments

Comments
 (0)