uamdb create

The uamdb create command creates a new Spectrum Universal Addressing database.

Usage

uamdb create --t Type --n Name --c CacheSize --i Country --pl PreloadingType --dt DatabaseType --b BasePath --d DPVPath --l LACSPath --s SuiteLinkPath --r RDIPath --e EWSPath --p Poolsize --mm minimumMemorySize --mx maximumMemorySize
Note: To see a list of parameters, type help uamdb create.
RequiredArgumentDescription
Yes--t TypeSpecifies the type of database, where Type is one of the following:
USA
United States database
CAN
Canadian Database
INTL
International Database
Loqate
Loqate Database
Yes--n NameSpecifies the name of the database.
Yes--b BasePathSpecifies the base subscription database path.
Note: For USA, CAN, INTL, Loqate specify the database vintage in place of database path. Example: NOV2017
No--d DPVPathSpecifies the DPV database vintage.
No--l LACSPathSpecifies the LACS database vintage.
No--s SuiteLinkPathSpecifies the SuiteLink database vintage.
No--r RDIPathSpecifies the RDI database vintage.
No--e EWSPathSpecifies the EWS database vintage.
No--p PoolsizeSpecifies the maximum number of concurrent requests you want this database to handle. The default is 4.
No--mn or --minMem minimum_memory_sizeDefines the minimum amount of memory allocated for this database. This value must be less than or equal to the --mx setting.
No--mx or --maxMem maximum_memory_sizeDefines the maximum amount of memory allocated for this database. This value must be greater than zero, but cannot exceed 65536 MB.
Note: The database vintage can be obtained using the uamdb listdatasets command. For more information see uamdb listdatasets.

Example

To create a database for UAM US, CAN, INTL, Loqate provide input in this format:

uamdb create --t USA --n UAM_US --b FEB2018 --d AUG2018 --r SEP2018 --mn 1200 --mx 65536