All Products
Search
Document Center

AnalyticDB for PostgreSQL:CreateSampleData

Last Updated:May 09, 2024

Creates a sample dataset for an AnalyticDB for PostgreSQL instance.

Operation description

You can call this operation to load a sample dataset to an AnalyticDB for PostgreSQL instance. Then, you can execute query statements on the sample dataset to experience or test your instance. For more information about query statements, see Dataset information and query examples.

Precautions

  • If your instance is in elastic storage mode, the sample dataset is supported only for V6.3.10.3 or later. If your instance is in Serverless mode, the sample dataset is supported only for V1.0.4.0 or later. For more information about how to update the minor engine version of an instance, see Update the minor engine version.
  • The sample dataset is about 10 GB in size. Make sure that your instance has sufficient storage space.
  • The sample dataset contains a database named ADB_SampleData_TPCH. Make sure that your instance does not have a database with the same name. Otherwise, the dataset may fail to be loaded.
  • It may take 6 to 8 minutes to load the sample dataset. During this period, operations on your instance such as adding nodes or changing node specifications may be affected.

Limits

You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
gpdb:CreateSampleDataRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DBInstanceIdstringYes

The ID of the instance.

Note You can call the DescribeDBInstances operation to query the IDs of all AnalyticDB for PostgreSQL instances in a specific region.
gp-bp12ga6v69h86****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

15A6881F-AAAB-5E4D-9B3F-6DCC1BDF4F2E_99
Statusboolean

The execution state of the operation. Valid values:

  • false: The operation fails.
  • true: The operation is successful.
true
ErrorMessagestring

The error message returned if an error occurs. This message does not affect the execution of the operation.

*********
DBInstanceIdstring

The ID of the instance.

gp-bp12ga6v69h86****

Examples

Sample success responses

JSONformat

{
  "RequestId": "15A6881F-AAAB-5E4D-9B3F-6DCC1BDF4F2E_99",
  "Status": true,
  "ErrorMessage": "*********",
  "DBInstanceId": "gp-bp12ga6v69h86****"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history