Skip to content

Commit e74fc5b

Browse files
author
fabien.menager
committed
Update readme
1 parent 9b3aa67 commit e74fc5b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ and https://entityframework-extensions.net/bulk-extensions), using optimized con
127127

128128
Legend :
129129
* `PhenX_EntityFrameworkCore_BulkInsert`: this library
130-
* `RawInsert`: no library, using the native provider API (SqlBulkCopy for SQL Server, BeginBinaryImport for PostgreSQL, raw inserts for SQLite)
130+
* `RawInsert`: naive implementation without any library, using the native provider API (SqlBulkCopy for SQL Server, BeginBinaryImport for PostgreSQL, raw inserts for SQLite)
131131
* `Z_EntityFramework_Extensions_EFCore`: https://entityframework-extensions.net/bulk-extensions
132132
* `EFCore_BulkExtensions`: https://github.com/borisdj/EFCore.BulkExtensions
133133
* `Linq2Db`: https://github.com/linq2db/linq2db
@@ -144,6 +144,10 @@ SQLite results with 500 000 rows :
144144

145145
![bench-sqlite.png](https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/master/images/bench-sqlite.png)
146146

147+
MySQL results with 500 000 rows :
148+
149+
![bench-mysql.png](https://raw.githubusercontent.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/refs/heads/master/images/bench-mysql.png)
150+
147151
## Contributing
148152

149153
Contributions are welcome! Please open issues or submit pull requests for bug fixes, features, or documentation improvements.

0 commit comments

Comments
 (0)