Re: Database 성능 테스트 시 TPS가 증가하지 않는 문제 문의 드립니다.
Posted by YoungWoo Kim on
URL: http://ngrinder.373.s1.nabble.com/Database-TPS-tp1584p1586.html
아래와 같이 변경1,변경2 방법3 3가지 방법으로 진행해 보았으나, 역시 TPS는 증가하지 않았습니다.
-기존-
statement = test1.wrap(statement)
test1.record(statement)
-변경1-
#statement = test1.wrap(statement) //삭제
test1.record(statement)
-변경2-
statement = test1.wrap(statement)
#test1.record(statement) //삭제
-변경3
#statement = test1.wrap(statement) //삭제
#test1.record(statement) //삭제
test1.wrap(statement) //새로운 시도