All Products
Search
Document Center

Simple Log Service:CreateSqlInstance

Last Updated:Sep 18, 2024

If you use the Standard SQL feature to analyze a large amount of data, the logs within the specified time range cannot be fully scanned in a single query request. In this case, the returned results may not contain all matched data. You can increase the number of shards to improve data read and write capabilities. However, this method takes effect only for incremental data. You can enable the Dedicated SQL feature to increase computing resources and the amount of data that can be analyzed in a single query request.

Operation description

**Before you call this operation, make sure that you fully understand the billing of Dedicated SQL.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /sqlinstance

Request parameters

ParameterTypeRequiredDescriptionExample
projectstringYes

The name of the project for which you want to enable the Dedicated SQL feature.

bodyobjectNo

The request struct.

cuintegerYes

The number of compute units (CUs). When you use the Dedicated SQL feature, CUs are used in parallel.

2
useAsDefaultbooleanYes

Specifies whether to enable the Dedicated SQL feature for the project. If you set this parameter to true, the Dedicated SQL feature is enabled for the specified project and takes effect for all query statements that you execute in the project, including the query statements for alerts and dashboards.

Response parameters

ParameterTypeDescriptionExample
headersobject
Serverstring
nginx
Content-Typestring
application/json
Content-Lengthstring
0
Connectionstring
close
Datestring
Sun, 27 May 2018 08:25:04 GMT
x-log-requestidstring
5B0A6B60BB6EE39764D458B5

Examples

Sample success responses

JSONformat

{}

Error codes

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