We are developing an application where we either inserting/updating over 300 tps. During the insert/update some of the columns will be null. We thought to use prepared statement for both insert/update for better performance. However with null values for some data as few columns, I am thinking to use Simple Statement by creating a dynamic query for not null columns. Could you pls let me know is there any performance implication with SimpleStatment for insert/update ?