data: A3 提效对比实验数据(23 样例 + 人工基线 + 插件实测,整体提速约 266 倍)
- data/efficiency-samples/ 23 个多语言样例 + data/manual-review-tool.html 人工审核工具 - tests/measure/measure-plugin-samples.mjs 四语言插件侧测量脚本 - tests/measure/compare-a3.mjs 聚合对比 + results(插件实测/人工基线/comparison) - performance-comparison.md 填实基线对比与结论;README 效果总结由占位改为真实数据
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- monthly-revenue summary query
|
||||
SELECT d.dept_name, COUNT(*) AS total
|
||||
FROM t_order o
|
||||
JOIN t_user u ON o.user_id = u.user_id
|
||||
JOIN t_dept d ON u.dept_id = d.dept_id
|
||||
WHERE o.status = 'paid'
|
||||
GROUP BY d.dept_name
|
||||
having total > 5
|
||||
Reference in New Issue
Block a user