You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/12/17 04:24:14 UTC

[GitHub] [incubator-shardingsphere-doc] tuohai666 commented on a change in pull request #391: update performance test doc

tuohai666 commented on a change in pull request #391: update performance test doc
URL: https://github.com/apache/incubator-shardingsphere-doc/pull/391#discussion_r358590828
 
 

 ##########
 File path: document/current/content/features/test-engine/performance-test.cn.md
 ##########
 @@ -331,7 +331,7 @@ Delete from press_test where id=**
 全路由查询语句:
 select max(id) from test where id%4=1
 单路由查询语句:
-select id, k from test where id=1 and k=1
+select id, k from test ignore index(`PRIMARY`) where id=1 and k=1
 
 Review comment:
   Why ignore index when there's 100 million rows in a single table? I think ignore index based in 2 million rows. Have you tested?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services