Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/379#discussion_r56197250
--- Diff:
docs/cqd_reference/src/asciidoc/_chapters/operational_controls.adoc ---
@@ -108,3 +185,52 @@ If the plan object is not produced due to a text cache
miss, then the plan is st
| *Introduced In Release* | Trafodion 1.3.0.
| *Deprecated In Release* | Not applicable.
|===
+
+<<<
+[[traf-load-allow-risky-index-maintenance]]
+== TRAF_LOAD_ALLOW_RISKY_INDEX_MAINTENANCE
+
+[cols="25%h,75%"]
+|===
+| *Description* | Allows incremental index maintenance
during bulk load.
+| *Values* |
+*'ON'*: Incremental index maintenance enabled. +
+*'OFF'*: Incremental index maintenance disabled. +
+ +
+Default: *'OFF'*.
+| *Usage* | When this CQD is ON during a bulk load,
then any indexes on a table are maintained incrementally.
+New rows are added to the base table and all the indexes in HFiles and
then during LOAD COMPLETE phase all new files are moved to HBase.
+Indexes are not offline. However, it causes the index to be inconsistent
with the base table if any of the new rows have the same key value as an
existing.
--- End diff --
Suggest adding "row" to the end of this sentence.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---