Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Winkler2010-01-16 12:37:56 +0000
committerStefan Winkler2010-01-16 12:37:56 +0000
commite5fd7290cf9721322b416c985ad4e21e93688bca (patch)
tree1cae9b349abfa9220326ac2699cd9291c174257c /plugins/org.eclipse.emf.cdo.server.db/plugin.xml
parenta903c5b4fda67c7ae3544cc4ba3c31fbec51a913 (diff)
downloadcdo-e5fd7290cf9721322b416c985ad4e21e93688bca.tar.gz
cdo-e5fd7290cf9721322b416c985ad4e21e93688bca.tar.xz
cdo-e5fd7290cf9721322b416c985ad4e21e93688bca.zip
[296440] [DB] Change RDB schema to improve scalability of to-many references in audit mode
https://bugs.eclipse.org/bugs/show_bug.cgi?id=296440
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server.db/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.db/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.db/plugin.xml b/plugins/org.eclipse.emf.cdo.server.db/plugin.xml
index 076fa9346b..e19b78e5ad 100644
--- a/plugins/org.eclipse.emf.cdo.server.db/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.server.db/plugin.xml
@@ -33,5 +33,9 @@
class="org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalNonAuditMappingStrategy"
type="horizontalNonAudit">
</mappingStrategy>
+ <mappingStrategy
+ class="org.eclipse.emf.cdo.server.internal.db.mapping.horizontal.HorizontalAuditMappingStrategyWithRanges"
+ type="horizontalAuditWithRanges">
+ </mappingStrategy>
</extension>
</plugin>

Back to the top