xiaolongren · 2007-04-10 02:13:37 · 阅读: 422 postgresql的效率问题. 一个表中有100万笔数据,我想删除其中的1万笔,第77万笔到78万笔(delete from table where id<770000 and id<780000).发现耗时很长.可有什么办法?