Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
HAWQ-1760. datalocality information should be showed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
huor committed Mar 11, 2020
1 parent 5700463 commit 6c72703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/cdb/cdbdatalocality.c
Original file line number Diff line number Diff line change
Expand Up @@ -3723,7 +3723,7 @@ static void print_datalocality_overall_log_information(SplitAllocResult *result,
}
/* print data locality result*/
elog(
DEBUG1, "data locality ratio: %.3f; virtual segment number: %d; "
LOG, "data locality ratio: %.3f; virtual segment number: %d; "
"different host number: %d; virtual segment number per host(avg/min/max): (%d/%d/%d); "
"segment size(avg/min/max): (%.3f B/"INT64_FORMAT" B/"INT64_FORMAT" B); "
"segment size with penalty(avg/min/max): (%.3f B/"INT64_FORMAT" B/"INT64_FORMAT" B); continuity(avg/min/max): (%.3f/%.3f/%.3f)."
Expand Down

0 comments on commit 6c72703

Please sign in to comment.