tencent cloud

TencentDB for TcaplusDB

Release Notes
Product Introduction
Product Overview
Benefits
Use Cases
Architecture
Regions
Purchase Guide
Product Pricing
Payment Overdue
Getting Started
Basic Concepts
Creating Cluster
Creating Table Group
Creating Table
Get Connection Information
Accessing TcaplusDB
Operation Guide
Managing Cluster and Table Group
Managing Table
Monitoring and Alarming
Access Management
Tag
Task List
TcaplusDB Client
Accessing by Client Tool
Client Tool Commands
TcaplusDB SDK
Release History
SDK Download
C++ SDK API
TcaplusDB Error Codes
SDK Installation
Directions for Protobuf Table SDK for C++
Directions for TDR Table SDK for C++
TcaplusDB RESTful APIs
Description
Go
Java
PHP
Python
Downloading RESTful API Samples in Multiple Languages
Practical Tutorial
Best Practice for Table Structure Design
Best Practice for Database Interaction
FAQs
Database Features
Database Use
Database Principles
API Documentation
History
Introduction
API Category
Making API Requests
Table Group APIs
Other APIs
Table APIs
Cluster APIs
Data Types
Error Codes
Service Agreement
Service Level Agreement
Terms of Service
Glossary
Contact Us

Table Group

PDF
フォーカスモード
フォントサイズ
最終更新日: 2024-12-04 10:12:05

Table Group Overview

As a logic isolation method in TcaplusDB, a table group represents a data partition that can separate different tables from each other. A cluster can contain multiple table groups, and a table group can contain multiple tables. Different table groups cannot access data of each other.
From the perspective of gaming business, if a gaming business supports unified servers in all zones and can read/write the same table group in the cluster, then it does not need to be divided into different zones. It can also be server-specific/zone-specific, i.e., the cluster can contain multiple table groups.

Creating Table Group

For detailed directions, please see Creating Table Group.

Table Group Details

You can view the table group configuration and attributes on the cluster list page to understand the overall cluster usage. You can log in to the TcaplusDB Console and enter the cluster list to view the table group information of the target cluster.
Table group information contains the following four fields:
ID: it is the ID of the table group in the current cluster, which is required during database connection. Please note that the table group IDs may be repeated in different clusters.
Table Group Name: you can customize the name of the table group based on its actual purpose.
Table Count: it indicates the number of tables in the current table group.
Total Capacity: it indicates the disk capacity used by the tables in the current table group.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック