TiDB Monthly Product Update — August 2026 #70781
lilin90
started this conversation in
Product Updates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Here's what's new across TiDB and TiDB Cloud in August 2026.
At a glance
TiDB
TiDB 8.5.8 — released on August 27, 2026
TiDB 8.5.8 improves row-count estimation for composite indexes that include virtual columns by falling back to index statistics when column statistics are unavailable. The maintenance release also resolves user-visible correctness and reliability issues, including missing global-index entries after some partition reorganizations, unbounded memory growth from repeated prepared-statement data, and uneven RU allocation among TiDB instances in the same resource group.
TiCDC improves historical catch-up performance for changefeeds that ignore deletes, adapts its scan window under memory pressure, and strengthens Kafka sink verification and error handling. It also fixes multiple failover, checkpoint, and downstream-consistency issues.
TiDB Operator v1.6.6 — released on August 11, 2026
TiDB Operator 1.6.6 now lets you configure container
securityContext, control automatic ServiceAccount token mounting for TiDB component and TiDB Monitor Pods, specify aserviceAccountNameforTidbInitializer, and enable mutual TLS for the discovery component. The release also replaces wildcard permissions in Helm chart RBAC rules with explicit configurations, helping operators align TiDB deployments with restricted Kubernetes environments.For eligible TiDB upgrades, TiDB Operator now pauses user DDL operations through TiDB's smooth-upgrade API to reduce their impact on rolling upgrades. It also records the IDs of the last 10 BR operations in
BackupandRestorestatus fields, making Kubernetes jobs easier to correlate with BR diagnostics and lock metadata.TiDB Cloud
Stream change data directly to object storage
Available on: TiDB Cloud Premium
TiDB Cloud Premium can now stream changefeed data directly to Amazon S3 and Alibaba Cloud Object Storage Service (OSS). This provides a direct path for archiving change data for downstream analytics and long-term retention without an intermediate message queue.
Learn more · Release notes
Analyze SQL resource consumption with Statement Insight
Available on: TiDB Cloud Premium
Statement Insight breaks down RU consumption, latency, and execution counts by database user, SQL type, database, table, or SQL digest. Leaderboards and trend charts help identify the statements driving sustained resource consumption or slowdowns and establish historical baselines.
The preview is available only for a limited number of instances created on or after August 19. It starts collecting data when enabled and does not backfill earlier history; broader rollout is planned for a subsequent release.
Learn more · Release notes
Extend TiDB Cloud Lake with Python and dbt
Available on: TiDB Cloud Lake
The new external Python UDF SDK lets you implement scalar and table functions in Python, host them on your own UDF server, register the endpoint in TiDB Cloud Lake, and invoke the functions from SQL. It supports common and complex data types, NULL handling, I/O parallelism, and per-function concurrency controls.
A new dbt adapter brings table, view, and incremental materializations to TiDB Cloud Lake, together with seeds, sources, custom data tests, documentation generation, snapshots, and connection retries.
Docs: Choose a UDF type · External functions · Load data with dbt | Release notes
Connect AI and Python tools to TiDB Cloud Lake
Available on: TiDB Cloud Lake
The new TiDB Cloud Lake MCP server lets MCP-compatible AI tools explore database objects, inspect table schemas, and run SQL from natural-language instructions. Session sandbox protection is enabled by default, keeping production objects read-only while restricting writes to session-specific sandbox objects.
A new SQLAlchemy dialect also connects Python applications and compatible tools to TiDB Cloud Lake. You can use it from Jupyter Notebook to query and visualize data or from Apache Superset to build charts and dashboards.
Docs: MCP server · Connect AI tools · Jupyter Notebook · Apache Superset | Release notes
Set a custom retention window for automatic backups
Available on: TiDB Cloud Premium
TiDB Cloud Premium now offers a Custom Retention Mode for automatic backups. You can set a retention period from 3 to 33 days and choose when the daily snapshot is created. The Standard Bundle Mode remains available with the previous PITR, hourly snapshot, and daily snapshot settings.
Learn more · Release notes
Route alert notifications through webhooks and Lark
Available on: TiDB Cloud Essential, Premium, Dedicated
Organizations with an Enterprise or Premium support plan can now subscribe to TiDB Cloud alert notifications through generic webhooks and Lark. Generic webhooks work directly with endpoints that accept TiDB Cloud’s JSON payload; services that require custom headers or payload formats, such as Telegram or Microsoft Teams, need a lightweight relay.
Webhook setup · Lark setup · August 4 release notes · August 11 release notes
Quick updates
TiDB Cloud
ap-northeast-1). Release notesDeveloper resources
TiDB SCaiLE 2026 takes place on October 15 at the Computer History Museum in Mountain View, CA, as a single-day event. The agenda features two tracks: “AI-Native: Infinite Agents” and “Enterprise: Infinite Data.” The call for presentations closes September 11. Registration is now open. Register Now
The Latest in Distributed SQL — August rounds up practical resources on agent state, CDC-based migration, and open-source data infrastructure from the month.
Prisma ORM with TiDB Cloud Starter: Setup Guide shows how to use the TiDB Cloud Prisma adapter over HTTPS for serverless and edge runtimes while retaining a TCP connection for schema changes and introspection.
Migrating Real-Time Data into TiDB with Debezium CDC explains how to combine an initial snapshot with continuous change capture when moving an existing dataset into TiDB.
Why Agentic AI Architecture Needs a Database, Not Just a Vector Store examines the transactional state, persistent memory, retrieval, and scaling requirements behind production agent systems.
Learn more
Stay updated
Want to stay informed?
RSS/Atom: Subscribe to the TiDB product updates feed using your favorite RSS/Atom reader.
Slack: In your Slack channel, use the RSS app to subscribe to the TiDB product updates feed:
All reactions