gamdb create - 23.1

Spectrum Addressing Guide

Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Addressing Guide
Copyright
2024
First publish date
2007
Last updated
2024-08-03
Published on
2024-08-03T03:54:19.080501

The gamdb create command creates and configures Spectrum Global Addressing Management databases.

Usage

gamdb create --n Name --d Dataset Name --v Dataset Vintage --c Country --t Type --g Group --p Poolsize --mn minimum_memory_size --mx maximum_memory_size
Required Argument Description
Yes --n Name Specifies the name of the database resource to create.
Yes --d Dataset Name Specifies the name of the SPD dataset that is the Qualifier name.
Yes --v Dataset Vintage Specifies the vintage of the dataset.
No --c Country Specifies the three-digit ISO code for each country to include in the databases specified by the "t" option (type of SPD) where Countries is a list of three-digit ISO codes separated by semicolons. For more information about ISO codes, see your Spectrum Technology Platform Addressing Guide.
Yes --t Type Specifies the type of dataset.
GAV
Spectrum Global Address Validation dataset.
GTA
Spectrum Global Type Ahead dataset.
Yes --g Group Specifies the coder for Spectrum Global Address Validation.
Global
Spectrum Global Address Validation International coder.
US
Spectrum Global Address Validation US coder.
No --p Poolsize Specifies the maximum number of concurrent requests you want this database to handle. The default is 4.
No --mn or --minMem minimum_memory_size Defines 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_size Defines the maximum amount of memory allocated for this database. This value must be greater than zero, but cannot exceed 65536 MB.

Example

This example creates a Spectrum Global Address Validation database for Germany named "GAV_DEU" using the database resource "GAV_EMEA" with a December 2018 vintage and the International coder. This example configures the GAV_DEU database with a pool size of 5, and memory allocation between 12200 and 65536 MB.

gamdb create --n GAV_DEU --d GAV_EMEA --v DEC2018 --c DEU --t GAV --g Global --p 5 --mn 12200 --mx 65536

Example

This example creates a Spectrum Global Type Ahead database for Austria named "GTA_AUT using the database resource "GTA_EMEA" with a December 2018 vintage. This example configures the GTA_AUT database with a pool size of 6, and memory allocation between 12200 and 65536 MB.

gamdb create --n GTA_AUT --d GTA_EMEA --v DEC2018 --c AUT --t GTA --p 6 --mn 12200 --mx 65536