c# - SqlBulkCopy approximate performance -



c# - SqlBulkCopy approximate performance -

i want write web api should receive excel / csv files around 10 columns , parse , insert normalized sql server database using sqlbulkcopy (4 foreign key constraints, 2 non-clustered indexes).

what approximate achievable tps (transaction per second) within default timeouts , 8gb memory?

the upload operation happen 1 time in while approx 1 1000000 records.

i have tried scenario , able accomplish 6000 tps without timeouts , memory overload.

c# sql-server http sqlbulkcopy

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -