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
Post a Comment