Issue Number : 700700a
| Issue | When performing an insert during the temporary index state before merge in an online index rebuild, an index structure is created causing an internal system error. |
| Cause | Even when there is an index under journal merge, an idxm node was created during the process execution plan generation, causing the index to be subject to maintenance. |
| Solutions | Modified the process so that an idxm node is not created during execution plan generation in accordance with the journal index creation process. |