EntityFramework-Extensions icon indicating copy to clipboard operation
EntityFramework-Extensions copied to clipboard

Improving Performance

Open choby opened this issue 3 years ago • 1 comments

Description

I used other extension libraries to insert more than 800 pieces of data that took 500 milliseconds with pgsql and ef core 6.x, but using this library takes this seconds, therefore, the performance under PGSQL is expected to be improved. thks

choby avatar Aug 24 '22 02:08 choby

Hello @choby ,

There is currently A LOT of performance improvement ongoing at this moment (We pretty much cancel most requests we receive to focus on this)

We are currently re-writing many critical parts of our library to ensure this is optimized. Since we started to support many scenarios such as Shadow Value, Value Converter, etc, our performance has impacted too much our library and we didn't put enough time before.

So this is currently an ongoing task.

JonathanMagnan avatar Aug 24 '22 13:08 JonathanMagnan

Hello @choby ,

Many changes have been made in the past month, if you have the chance to try it again, could you let us know if you still have the same performance issue?

We have made some test/benchmark, and the performance seems to be indeed has been improved a lot.

If you still have a performance issue, let us know exactly what looks like your model, and we will try to understand/see what we are currently missing.

Best Regards,

Jon

JonathanMagnan avatar Nov 16 '22 17:11 JonathanMagnan