Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1416#discussion_r164288969
--- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc ---
@@ -517,6 +518,18 @@ Bulk Loader is executing.
specifies that the target table, which is an index, be populated with
data from the parent table.
+** `REBUILD INDEXES`
++
+specifies that indexes of the target table will be updated automatically
when the source table
+is updated.
++
+This is the default behavior of the LOAD Statement, that is, even if this
option is not
+specified, the LOAD Statement will rebuild indexes except the
--- End diff --
Suggested wordsmith: instead of "except the", consider "unless"
---