Ruilong Huo created HAWQ-1760:
---------------------------------
Summary: datalocality information should be showed by default
Key: HAWQ-1760
URL: https://issues.apache.org/jira/browse/HAWQ-1760
Project: Apache HAWQ
Issue Type: Bug
Components: Core
Reporter: Ruilong Huo
Assignee: Ruilong Huo
```
$ cat src/backend/cdb/cdbdatalocality.c
/* print data locality result*/
elog(
DEBUG1, "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)."
```
--
This message was sent by Atlassian Jira
(v8.3.4#803005)