无色 发表于 2012-12-29 11:27:49

发掘数据库内存表的用处

<div id="cnblogs_post_body">
<div style="color: #000000; font-family: 微软雅黑; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">  内存表(或称内存数据库中的表),是数据库把表中的数据完全放在内存,重启数据库后,内存表中的不会有任何数据,但内存表的表结构还存在。首先需要明确一个观念,使用内存表和程序直接在内存操作理论速度是一样。以下为内存表的power功能描述。
页: [1]
查看完整版本: 发掘数据库内存表的用处