Tencent Cloud TDSQL-C PostgreSQL 为智能体工作流提供分支数据库能力
腾讯云给 TDSQL-C 加了数据库分支功能,智能体跑实验用 CoW 写时复制,不用复制整库,改坏了直接回滚。
Tencent Cloud 发布 Cloud Native Database TDSQL-C PostgreSQL,针对智能体工作流提供四项数据库保障:分支、隔离、自动供给与缩容、通过 MCP 的数据访问。其底层采用 Copy-on-Write,给智能体复制 1 TB 数据库时无需拷贝整个库,只在被修改部分存储独立版本。分支实验失败可直接删除,不影响原始数据库。该产品支持计算缩容到零,在两次运行之间不产生计算开销。
New database guarantees for agentic workflows:
1. Branches: Give agents a separate version of the data for running experiments, then inspect, discard, or roll back its changes.
2. Isolation: Give agents their own database environment and restrict what they can access.
3. Automatic provisioning and scaling: Create environments quickly, handle bursts of activity, and scale compute to zero between runs.
4. Agent access and memory: Expose data through MCP and support vector retrieval for finding relevant information.
Any application can benefit from these, but they are crucial for agentic workflows.
The first provider to offer all four is Tencent Cloud, with its new Cloud Native Database TDSQL-C PostgreSQL.
It uses Copy-on-Write behind the scenes, letting multiple versions of the data share the same underlying storage until one changes something.
Imagine you want to give an agent a copy of your 1 TB database. Here is how it works:
1. The system creates a branch that points to the existing data. No need to copy the whole terabyte.
2. The agent reads from that branch.
3. If the agent modifies something, the system will store a separate version of the affected portion for its branch.
4. Changes in the branch leave the original database unchanged.
5. If the experiment fails, you can delete its branch without changing the original database.
The product details are here: https://t.co/dQGDNMNsgZ
Thanks to the Tencent Cloud team for partnering with me on this post.
- 腾讯混元 Tencent Hunyuan09-24 06:30原文