feat: add table export asset management - #134
Conversation
mengnankkkk
commented
Aug 23, 2026
- add CSV table export tool, API, storage, and history page
- group reports and table exports under asset management
- document MySQL streaming behavior and PostgreSQL export limits
- add CSV table export tool, API, storage, and history page - group reports and table exports under asset management - document MySQL streaming behavior and PostgreSQL export limits
|
Thank you for your contribution! We will review your request as soon as possible. Please review the code yourself using ponytail https://github.com/DietrichGebert/ponytail. |
- split semantic and system management tabs into sidebar subroutes - restore semantic help tips beside page titles - render spreadsheet download links as chat download cards
|
@VLSMB 有空帮忙看一下 |
|
整体方向 👍,表格导出这个能力补得很实用,流式读取 + CSV 公式注入防护 + 路径穿越防护都到位,前端导航重构也理顺了。提几个点,按优先级排: P1 — 必须修1.
|
|
发现剩一个必须处理的架构问题。 P1 — 导出文件持久化在本地磁盘,多副本 / pod 漂移会丢当前 这在我们当前 pod 部署下有两个真实故障模式:
另外这和 建议(按推荐度):
我的判断:这是 AI 问答场景,导出的大表格通常几千~几万行、CSV 几 MB 量级,方案 ① 进 DB 最划算,零新基建、跟 另外一个必须补的事: 或者你看看有无更好的方案 |
也放进DB里面吧,感觉最好简单来。后面可以提供一个统一的云文件的存储的抽象接口 |