.NET Technology Show

Backstage pass to all things ServiceStack & .NET

Listen

Which RDBMS has the fastest .NET Bulk Insert implementation?

Measuring the different performance of RDBMS Bulk Insert implementations to find out which one is faster for .NET applications.


The episode presents a performance comparison of different relational database management systems (RDBMS) when executing bulk insert operations within .NET.

It measures and compares the performance of bulk insert implementations for various RDBMS, including PostgreSQL, MySQL, SQL Server, and SQLite, across three different operating systems: macOS, Ubuntu Linux, and Windows.

It also analyzes the relative performance of different insertion methods, such as multiple rows inserts and single row inserts, in order to highlight the performance benefits of using bulk insert strategies when working with large amounts of data.

Videos