MySQL批量插入效率優化手記

在用C++寫一段mysql入庫代碼時,用的connector/c++,使用了PreparedStatement方式單條insert,而後整個插入操做放在事務中,大體以下:html begintransmysql PreparedStatementc++ for(要插入的數據集)sql {數據庫 setInt、setString等填充參數編程 excute()數組 }服務器 commit函數 結果發
相關文章
相關標籤/搜索