Setting the global_database_id value

 Set the global database identification number (SQL)
  • Set the value of the global_database_id option. The identification number must be a non-negative integer.

    For example, the following statement sets the database identification number to 20.

    SET OPTION PUBLIC.global_database_id = 20;

    If the partition size for a particular column is 5000, default values for this database are selected from the range 100001-105000.

 See also