mirror of https://github.com/apache/openjpa.git
some docs about MySQL optimization
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@492035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
942599e797
commit
f69eb13714
|
@ -2447,6 +2447,27 @@ correctly. To enable clob functionality, set this to true. Defaults to <literal>
|
|||
false</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem id="MySQLDictionary.OptimizeMultiTableDeletes">
|
||||
<para>
|
||||
<indexterm>
|
||||
<primary>
|
||||
MySQL
|
||||
</primary>
|
||||
<secondary>
|
||||
OptimizeMultiTableDeletes
|
||||
</secondary>
|
||||
</indexterm>
|
||||
<literal>OptimizeMultiTableDeletes</literal>: MySQL as of version 4.0.0
|
||||
supports multiple tables in <literal>DELETE</literal> statements. When
|
||||
this option is set, OpenJPA will use that syntax when doing bulk deletes
|
||||
from multiple tables. This can happen when the
|
||||
<literal>deleteTableContents</literal> <literal>SchemaTool</literal>
|
||||
action is used. (See <xref linkend="ref_guide_schema_schematool"/> for
|
||||
more info about <literal>deleteTableContents</literal>.) Defaults to
|
||||
<literal>false</literal>, since the statement may fail if using InnoDB
|
||||
tables and delete constraints.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section id="ref_guide_dbsetup_dbsupport_oracle">
|
||||
|
|
Loading…
Reference in New Issue