|
75 | 75 | - [Alert Rules](https://docs.pingcap.com/tidb/stable/ticdc-alert-rules.md): Learn about TiCDC alert rules and how to handle the alerts. |
76 | 76 | - Integration Scenarios |
77 | 77 | - [Overview](https://docs.pingcap.com/tidb/stable/integration-overview.md): Learn the overview of data integration scenarios. |
78 | | - - [Integrate with Confluent and Snowflake](https://docs.pingcap.com/tidb/stable/integrate-confluent-using-ticdc.md): Learn how to stream TiDB data to Confluent Cloud, Snowflake, ksqlDB, and SQL Server. |
| 78 | + - [Integrate with Confluent Cloud, Snowflake, ksqlDB, and SQL Server](https://docs.pingcap.com/tidb/stable/integrate-confluent-using-ticdc.md): Learn how to stream TiDB data to Confluent Cloud, Snowflake, ksqlDB, and SQL Server. |
79 | 79 | - [Integrate with Apache Kafka and Apache Flink](https://docs.pingcap.com/tidb/stable/replicate-data-to-kafka.md): Learn how to replicate TiDB data to Apache Kafka and Apache Flink using TiCDC. |
80 | 80 | - Reference |
81 | 81 | - TiCDC Architecture |
|
628 | 628 | - Privileges |
629 | 629 | - [Security Compatibility with MySQL](https://docs.pingcap.com/tidb/stable/security-compatibility-with-mysql.md): Learn TiDB's security compatibilities with MySQL. |
630 | 630 | - [Privilege Management](https://docs.pingcap.com/tidb/stable/privilege-management.md): Learn how to manage the privilege. |
| 631 | + - [Column-Level Privilege Management](https://docs.pingcap.com/tidb/stable/column-privilege-management.md): TiDB supports a MySQL-compatible column-level privilege management mechanism. You can grant or revoke `SELECT`, `INSERT`, `UPDATE`, and `REFERENCES` privileges on specific columns of a table using `GRANT` or `REVOKE`, achieving finer-grained access control. |
631 | 632 | - [User Account Management](https://docs.pingcap.com/tidb/stable/user-account-management.md): Learn how to manage a TiDB user account. |
632 | 633 | - [TiDB Password Management](https://docs.pingcap.com/tidb/stable/password-management.md): Learn the mechanism of user password management in TiDB. |
633 | 634 | - [Role-Based Access Control](https://docs.pingcap.com/tidb/stable/role-based-access-control.md): This document introduces TiDB RBAC operations and implementation. |
|
637 | 638 | - Attributes |
638 | 639 | - [AUTO_INCREMENT](https://docs.pingcap.com/tidb/stable/auto-increment.md): Learn the `AUTO_INCREMENT` column attribute of TiDB. |
639 | 640 | - [AUTO_RANDOM](https://docs.pingcap.com/tidb/stable/auto-random.md): Learn the AUTO_RANDOM attribute. |
| 641 | + - [_tidb_rowid](https://docs.pingcap.com/tidb/stable/tidb-rowid.md): Learn what `_tidb_rowid` is, when it is available, and how to use it safely. |
640 | 642 | - [SHARD_ROW_ID_BITS](https://docs.pingcap.com/tidb/stable/shard-row-id-bits.md): Learn the SHARD_ROW_ID_BITS attribute. |
641 | 643 | - [Literal Values](https://docs.pingcap.com/tidb/stable/literal-values.md): This article introduces the literal values of TiDB SQL statements. |
642 | 644 | - [Schema Object Names](https://docs.pingcap.com/tidb/stable/schema-object-names.md): Learn about schema object names in TiDB SQL statements. |
|
968 | 970 | - [High Availability FAQs](https://docs.pingcap.com/tidb/stable/high-availability-faq.md): Learn about the FAQs related to high availability of TiDB. |
969 | 971 | - [High Reliability FAQs](https://docs.pingcap.com/tidb/stable/high-reliability-faq.md): Learn about the FAQs related to high reliability of TiDB. |
970 | 972 | - [Backup and Restore FAQs](https://docs.pingcap.com/tidb/stable/backup-and-restore-faq.md): Learn about Frequently Asked Questions (FAQs) and the solutions of backup and restore. |
971 | | -- [Glossary](https://docs.pingcap.com/tidb/stable/glossary.md): Glossaries about TiDB. |
| 973 | +- [Glossary](https://docs.pingcap.com/tidb/stable/glossary.md) |
0 commit comments