上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页
摘要: Sql Server只能处理缓冲池中的数据。如果访问的数据不存在,那么就去硬盘加载。 当新数据即将写入系统,那么将放入事务日志中,直到事务日志被清除。Flush日志发生在事务被提交然后信息被写入硬盘。 执行计划 有很多种方式查看执行计划,需要根据目标来使用。比如你打算调试一个性能问题,做好的方式是通 阅读全文
posted @ 2020-03-25 08:33 慢慢走向架构师 阅读(167) 评论(0) 推荐(0) 编辑
摘要: ECMA-335标准: managed code: Code that contains enough information to allow the CLI toprovide a set of core services. For example, given an address for a 阅读全文
posted @ 2020-03-22 14:07 慢慢走向架构师 阅读(213) 评论(0) 推荐(0) 编辑
摘要: • Ensures that messages are sent and received • Routes the messages to the correct destinations • Saves the state of the messages • Supports multiple 阅读全文
posted @ 2020-01-05 15:35 慢慢走向架构师 阅读(560) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页