You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zch a334caaa20 perf(/latestSteamInstantList): 优化查询设备最新记录的性能,避免全表扫描
修改 SQL 查询方式,从设备表驱动并使用 CROSS APPLY 获取每个设备的最新记录
移除 Java 服务层不必要的过滤逻辑,直接使用优化后的查询结果
2 days ago
..
src/main perf(/latestSteamInstantList): 优化查询设备最新记录的性能,避免全表扫描 2 days ago
pom.xml 初始化 2 years ago