Specify the method that should be used for storage of an alphanumeric Keyword Value.
Storage Options |
Description |
---|---|
Single Table |
A single table is used to store the Keyword Values. Each table has a differently named row for the Keyword Value.
Note:
Retrieval may become faster because only one table is searched; however, substantial increases are only evident in large tables. |
Dual Table |
Two tables are used to store the Keyword Values in the database, in order to minimize storage for repeated character strings and maintain fast retrieval of documents in these instances. |