NASD是一个智能磁盘仿真工具,其将CPU和磁盘的功能整合在一起,使得计算靠近数据,从而减少了网络传输开销,提高了分布式系统运行的效率-NASD is an intelligent disk-simulation tool, it will be the function of CPU and disk together, making the calculation close to the data, thereby reducing network transmission costs, improve the efficiency of distributed systems running
文 件 列 表
nasd-1.3 Imakefile README ReleaseHistory WishList.txt itomf afs cheops client common config drive edrfs etc include kernel_generate kpdev linuxdce linuxsrc rpcgen tests utils video
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001572s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.119462s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001487s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.002074s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001504s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.005369s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001445s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.005895s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.025819s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001711s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 123866 [ RunTime:0.024364s ]