<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Decode - 标签 - 探索云原生</title><link>https://www.lixueduan.com/tags/decode/</link><description>探索云原生（微信公众号：探索云原生）,是意琦行的技术博客。一个云原生打工人的探索之路。从容器与编排出发，目前主要折腾云原生 AI 基础设施：GPU 资源化、编排调度、模型服务与可观测性。分享踩坑实录和实践经验。</description><generator>Hugo 0.149.0 &amp; FixIt v0.4.0-alpha-20250831070510-5a66a050</generator><language>zh-CN</language><managingEditor>xueduan.li@gmail.com (意琦行)</managingEditor><webMaster>xueduan.li@gmail.com (意琦行)</webMaster><lastBuildDate>Wed, 02 Sep 2026 20:00:00 +0000</lastBuildDate><atom:link href="https://www.lixueduan.com/tags/decode/index.xml" rel="self" type="application/rss+xml"/><item><title>PD 分离详解：Prefill 与 Decode 的瓶颈、拆分与代价</title><link>https://www.lixueduan.com/posts/ai/27-why-pd-disaggregation/</link><pubDate>Wed, 02 Sep 2026 20:00:00 +0000</pubDate><author>xueduan.li@gmail.com (意琦行)</author><guid>https://www.lixueduan.com/posts/ai/27-why-pd-disaggregation/</guid><category domain="https://www.lixueduan.com/categories/ai/">AI</category><description>&lt;p&gt;&lt;img loading="lazy" src='https://img.lixueduan.com/ai/cover/why-pd-disaggregation.jpg' alt="为什么要 PD 分离"&gt;&lt;/p&gt;
&lt;p&gt;LLM 推理服务的性能瓶颈，不只在模型大小和 GPU 算力。副本增加后，请求落到哪个实例、长 Prompt 是否干扰流式输出、KV Cache 能否复用，都会直接影响延迟、吞吐和成本。&lt;/p&gt;
&lt;p&gt;其中，Prefill/Decode 分离（PD 分离）是把两类截然不同的计算负载拆到独立资源池中的方案。本文从问题出发，说明它解决什么、代价是什么，以及何时不该使用它。&lt;/p&gt;</description></item></channel></rss>