Skip to main content

Prisma Optimize 中的记录

录制功能可帮助开发者调试查询集并将其隔离到不同的会话中,称为录制。这种有针对性的方法可以防止来自不同应用或测试轮次的查询混合,从而实现精确的性能分析和优化,从而获得更清晰的洞察和更有效的调试。

¥The recordings feature helps developers debug and isolate sets of queries into distinct sessions, known as recordings. This targeted approach enables precise performance analysis and optimization by preventing the mixing of queries from different applications or test rounds, leading to clearer insights and more effective debugging.

了解更多关于 优化录制文件 的信息。

¥Learn more about the Optimize recordings here.