SimpleDB 的 Select 默认是有限制的:100Rows 那么,只要设置 Limit 就可以更改默认设置。 String sqlExpr = "select * from " + domainName + " limit 500";