From 8466db8c12700bbab0835f5f1bfa71762e34ba4d Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 31 Aug 2007 17:55:26 +0000 Subject: [PATCH] Add support into the JE backend that can be used to store its compact schema encoding data in the database itself, and re-enable compact encoding by default in the configuration. By storing the compact schema encoding data in the database (a separate copy for each backend), we have eliminated the potential problems in backup/restore and binary copy initialization if there are dependencies on an external schematokens.dat file. --- opends/resource/config/config.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index 15de09e..8400b21 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -182,7 +182,7 @@ ds-cfg-backend-import-thread-count: 8 ds-cfg-backend-entries-compressed: false ds-cfg-backend-deadlock-retry-limit: 10 -ds-cfg-backend-compact-encoding: false +ds-cfg-backend-compact-encoding: true ds-cfg-database-cache-percent: 10 ds-cfg-database-cache-size: 0 megabytes ds-cfg-database-txn-no-sync: false -- Gitblit v1.10.0