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 06:01:50 UTC

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

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

 ##########
 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:
   Yes, I have tested there is no difference between 100 million rows and 2 million rows with index, and the tps of 2 million rows with ignore index is below 100,  it  seems does not meet your requirements

----------------------------------------------------------------
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