Changes between Version 1 and Version 2 of Ticket #114
- Timestamp:
- 09/18/2012 05:17:09 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #114 – Description
v1 v2 1 1 * 背景 2 2 商城oracle版建全量索引时是把将近100万条数据(索引用到的所有字段)全部一次性查询得到,虽然减少了访问数据库的次数,但对应用的压力很大,全量索引时间大概是20分钟。 3 4 {{{ 5 presta = con.prepareStatement(getSelectCProductSql(TYPE_ALL)); 6 res = presta.executeQuery(); 7 }}} 8 3 9 4 10 * 优化
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/global/2008/images/jss/m_logo091125.jpg)