fuziye01 opened a new pull request #1077:
URL: https://github.com/apache/servicecomb-service-center/pull/1077


   【issue】: #1066
   
   【特性/模块名称】:缓存优化
   
   【修改内容】:
   1.所有查询service/instance的地方都由从db查询修改为先从缓存中查询,如果缓存中没有再查db
   根据version版本匹配的地方暂未修改,后续实现了缓存version匹配再修改
   
   2.service/instance的index由原来的{serviceID}修改为{domain}/{project}/{serviceID}的形式
   否则多域下出现serviceID相同的情况查询会有问题
   
   【自测情况】:
   测试通过


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to