Skip to content

Commit

Permalink
Update bulk-insert.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan authored May 12, 2019
1 parent 8250598 commit 23198a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs2/pages/documentations/actions/bulk-insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ connection.UseBulkOptions(options => options.InsertIfNotExists = true)
| Execute (Many) | 1,200 ms | 2,400 ms | 6,000 ms |
| BulkInsert | 50 ms | 55 ms | 75 ms |

[Try this benchmark online](https://dotnetfiddle.net/pSpD10)
[Try this benchmark online](https://dotnetfiddle.net/CqTwfr)

> HINT: A lot of factors might affect the benchmark time such as index, column type, latency, throttling, etc.
Expand Down

0 comments on commit 23198a4

Please sign in to comment.