https://bz.apache.org/bugzilla/show_bug.cgi?id=66050
--- Comment #10 from feng <809364...@qq.com> --- (In reply to Antonio Gomes Rodrigues from comment #9) > Hi, > why don't you just do a select count? Well, because it dosen't match my client's need. So , back to my previous question : " Second question which is most concerned : For example, a query sql returns 1,000,000 rows. If i set the "Limit Resultset" to 10, will jmeter still got 1,000,000 rows from database server , but only show the first 10 rows. I want jmeter put pressure on database server , but don't want the parsing blocked the pressure. By the way , don't worry about the dolphindb jdbc driver, i have confirmed the driver won't limit the results , even if the total number of results is large. " If limit resultset dosen't limit the query results, only limit the display result,we can accept this . -- You are receiving this mail because: You are the assignee for the bug.