When performing transactions to insert data in batches, the efficiency of SQLcipher to insert data is much slower than that of sqlite

The efficiency of using SQLcipher to insert data using transactions is reduced by 70% compared to the efficiency of SQLite using transactions to insert data。