Manage high number of tables

MySQL  |  PostgreSQL  |  SQL Server

Preview

This feature is subject to the "Pre-GA Offerings Terms" in the General Service Terms section of theService Specific Terms. Pre-GA features are available "as is" and might have limited support. For more information, see thelaunch stage descriptions.

The Cloud SQL high-number-of-tablesrecommender helps you detect instanceswhose table count is too high and close to the SLA limit. It then provides recommendationson how to optimize such instances and improve instance performance.

This page describes how the high-number-of-tables recommender works and howyou can use it.

How it works

If you have 50,000 or more database tables on a single instance, it could resultin the instance becoming unresponsive or unable to perform maintenance operations,and the instance is not covered by the SLA.

The Cloud SQL high-number-of-tables recommender analyzes metrics for the numberof tables on a Cloud SQL MySQL instance. If the number of tables is larger than orequal to 80% of the SLA limit, which allows for 50,000 tables, the instance is consideredto have a high number of tables.

Note: Recommendations are generated daily.

Pricing

The Cloud SQL high-number-of-open-tables recommender is in theStandardRecommender pricing tier.

Before you begin

Before you can view recommendations and insights, do the following:

  • To get the permissions to view and work with insights and recommendations,ensure that you have the requiredroles.
    TasksRoles
    View recommendations One of these roles:recommender.cloudsqlViewer orcloudsql.viewer.
    Apply recommendations One of these roles:recommender.cloudsqlAdmin,cloudsql.editor, orcloudsql.admin.
    For more information about roles, seeunderstanding roles andgranting IAM permissions.
  • Enable the Recommender API.

    Roles required to enable APIs

    To enable APIs, you need the Service Usage Admin IAM role (roles/serviceusage.serviceUsageAdmin), which contains theserviceusage.services.enable permission.Learn how to grant roles.

    Enable the API

List Improve Instance Performance recommendations

You can list the Improve Instance Performance recommendations byusing the Google Cloud console,gcloud CLI, or the Recommender API.

The improve instance performance recommendations are shown only if you have instances thatare nearing performance threshold limits.

Console

To list recommendations about instance performance by using theGoogle Cloud console, follow these steps:

  1. Go to theCloud SQL Instances page.

    Go to Cloud SQL Instances

  2. ClickView all on the Manage high number of tables recommendations banner.

Alternatively, follow these steps:

  1. Go to theActive Assist. See alsoGetting started with Recommendation Hub.

    Go to the Active Assist

  2. In theImprove Cloud SQL Instance Performance card, clickView all.

  3. Select the instances withManage high number of tables recommendation.

gcloud CLI

To list Improve Instance Performance recommendations by usinggcloud CLI, run thegcloud recommender recommendations listcommand as follows:

gcloud recommender recommendations list \--project=PROJECT_ID \--location=LOCATION \--recommender=google.cloudsql.instance.PerformanceRecommender \--filter=recommenderSubtype=MYSQL_HIGH_NUMBER_OF_TABLES_BEST_PRACTICE

Replace the following:

  • PROJECT_ID: Your project ID
  • LOCATION: A region, such asus-central1

API

To list Improve Instance Performance recommendations by using theRecommendations API, call therecommendations.listmethod as follows:

GET https://recommender.googleapis.com/v1beta1/projects/PROJECT-ID/locations/LOCATION/recommenders/google.cloudsql.instance.PerformanceRecommender.MySqlHighNumberOfTablesBestPractice/recommendations

Replace the following:

  • PROJECT_ID: Your project ID.
  • LOCATION: A region, such asus-central1.

If the recommender detects instances with high number of tables, it lists them in atable with other performance recommendations.Each row shows the instance ID, a brief recommendation, database engine, the location, and the last refresh date.

View insights and detailed recommendations

You can view insights and detailed recommendations about instancesthat have a high number of tables by using the Google Cloud console,gcloud CLI, or the Recommender API.

Console

To view insights and detailed recommendations about instances that are close to the performance threshold by using the Google Cloud console, click the recommendationlink in the list of instances.

gcloud CLI

To view insights and detailed recommendations about instances that are close to the performance threshold by usinggcloud CLI, run thegcloud recommender insights listcommand as follows:

gcloud recommender insights list \--project=PROJECT_ID \--location=LOCATION \--insight-type=google.cloudsql.instance.PerformanceInsight \--filter=insightSubtype=MYSQL_HIGH_NUMBER_OF_TABLES

Replace the following:

  • PROJECT_ID: Your project ID.
  • LOCATION: A region, such asus-central1.

API

To view insights and detailed recommendations about instances that are close to the performance thresholdby using theRecommendations API,call theinsights.listmethod as follows:

GET https://recommender.googleapis.com/v1beta1/projects/PROJECT-ID/locations/LOCATION/insightTypes/google.cloudsql.instance.PerformanceRecommender.MySqlHighNumberOfTables/insights

Replace the following:

  • PROJECT_ID: Your project ID.
  • LOCATION: A region, such asus-central1.

The following table lists the insight and recommendation that the Cloud SQLhigh-number-of-open-tables recommender generates to help you improve performance.The subtypes are visible in thegcloud CLI and API results.

InsightRecommendation
Number of tables on this instance is more than or equal to 80% of the SLA limit, which is 50,000 tables.
Subtype:MYSQL_HIGH_NUMBER_OF_TABLES
Improve Cloud SQL instance performance by reducing number of tables.
Subtype:MYSQL_HIGH_NUMBER_OF_TABLES_BEST_PRACTICE

Apply recommendations

Evaluate the recommendations carefully and do any of the following:

  • To examine the instance, clickView instance. SeeOptimize the performance of your instanceand follow the recommendations.

  • To dismiss the recommendation so that it's de-emphasized and appears dimmed,clickDismiss.

  • To close the panel without applying or dismissing the recommendation, clickCancel.

Optimize the performance of your instance

What's next

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-15 UTC.