insert into pre_forum_post_1 select pid,fid,tid,first,author,authorid,subject,dateline,message,useip,invisible,anonymous,usesig,htmlon,bbcodeoff,smileyoff,parseurloff,attachment,rate,ratetimes,status,tags,comment,replycredit,position from pre_forum_post where fid=274;
delete from pre_forum_post where fid=274;
update pre_forum_thread set posttableid=replace(posttableid, ‘0’, ‘1’) where fid=274;
大型数据库手工分表解决方案
dz 2.5的后台也没有在大数据库分表方面有所改进 大失所望 于是我决定手工分表 按照论坛的栏目进行分表,为日后的二次开发提供很好的支持; 因为相关的信息都在一个表中,写数据调用的sql语句都会很容易。
我的post表有5G左右 严重影响了网站的执行效率。而且 我有打算将相关信息建成分站的二次开发的后期打算。