摘要: public class XXXContainer : IXXXContainer { //ContainerDicationary 保存抽象与细节的映射类型 private Dictionary<string, Type> XXXContainerDicationary = new Diction 阅读全文
posted @ 2022-10-19 22:06 大树2 阅读(15) 评论(0) 推荐(0) 编辑
摘要: select/update where id in(上万个元素)的优化方案: 优化前: selectselect docId from tab1 where word in (select word from tab1 where docId=123) group by docId limit 10 阅读全文
posted @ 2022-10-19 11:41 大树2 阅读(1272) 评论(0) 推荐(0) 编辑