Was this helpful?
dd_cdds Table
The dd_cdds table defines each Consistent Distributed Data Set (CDDS) in the replicated environment:
Column Name
Data Type
Description
cdds_no
smallint not null
Numeric identifier assigned by the user to the CDDS. The range is 0-32,767.
cdds_name
char(32) not null
The name assigned by the user to uniquely identify the CDDS.
collision_mode
smallint not null
with default
Indicates the method used to handle collision conflicts in the CDDS. Values are:
0 = PassiveDetection
1 = ActiveDetection
2 = BenignResolution
3 = PriorityResolution
4 = LastWriteWins
error_mode
smallint not null
with default
Indicates the method used to handle errors detected while transmitting replicated information within the CDDS. Values are:
0 = SkipTransaction
1 = SkipRow
2 = QuietCDDS
3 = QuietDatabase
4 = QuietServer
control_db
smallint not null
with default
Reserved for future use.
Last modified date: 11/28/2023