Skip to main content
Skip table of contents

FACTS

Use the FACTS registry table to specify which tables are fact tables.

A table cannot be both a fact table and a classification. If the same table is incorrectly specified in both the FACTS registry table and the CLASSIFICATIONS registry table, then the FACTS table takes priority.

If a table is not defined as either a fact or classification table, it will automatically be treated as a plain table (these tables are not included in the SuperSTAR database).

Table Definition

Column NameData TypeSizePrimary KeySpecifies...
TABLENAMEstring128YESThe name of a table that should be treated as a fact table.
AUTORKEYint  

Whether to generate R Keys automatically for this fact table.

0(Default) Do not generate R Keys.
1Generate Rkeys for this fact table.
AUTORKEYSEEDstring128 The seed to use to generate R Keys for this fact table.
AUTORKEYGENERATORstring128 The R Key generator to use. You can either use the default generator that is supplied with SuperCHANNEL (in which case you should set this to str.database.rkey.SecureRandomRkeyGenerator), or you can use your own custom generator. See Automatically Generate R Keys for Perturbation for more details.

Example


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.