We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc569c2 commit e0b2103Copy full SHA for e0b2103
1 file changed
Orm/Xtensive.Orm.Oracle/Sql.Drivers.Oracle/v11/Translator.cs
@@ -13,8 +13,8 @@ namespace Xtensive.Sql.Drivers.Oracle.v11
13
internal class Translator : v10.Translator
14
{
15
//so called INITRANS value
16
- protected const int TableTransactionalParallelismLevel = 3;
17
- protected const int IndexTransactionalParallelismLevel = 3;
+ protected const int TableTransactionalParallelismLevel = 7;
+ protected const int IndexTransactionalParallelismLevel = 7;
18
19
public override string Translate(SqlCompilerContext context, SqlCreateTable node, CreateTableSection section)
20
0 commit comments