simpleidserver / EFCore.Cassandra

Entity Framework Core provider for Cassandra
Apache License 2.0
35 stars 16 forks source link

Add DbContext/DbSet Add and AddRange benchmarks. #11

Closed pluskal closed 3 years ago

pluskal commented 3 years ago

I wanted to see how the use of EF Core impacts performance. Using directly the CassandraCSharpDriver is about 100 times faster on insert operation. Is there something wrong with my approach?

simpleidserver commented 3 years ago

We create a ticket "https://github.com/simpleidserver/EFCore.Cassandra/issues/12" to improve bulk insert performance.