sysbench-tpcc icon indicating copy to clipboard operation
sysbench-tpcc copied to clipboard

for postgresql (performance improve) , should use prepared statement

Open digoal opened this issue 7 years ago • 0 comments

for postgresql (performance improve), should use prepared statement, exp:

prepare p1(int) as select * from tbl where id=$1;

execute p1(:id);
...

digoal avatar Sep 12 '18 08:09 digoal