Performance: dotConnect for MySQL / Entity Framework
Posted: Thu 28 Apr 2011 00:45
Hi there,
I'm implementing an application-tier database cache, and I'm wondering if someone can shed some light on the performance of dotConnect for MySQL, specifically concerning some of the features listed on the website:
Performance
* High performance batch processing
* Intelligent fetch block size control
I'm mostly interested in what constitutes batch processing, since I'm more familiar with "bulk binds" in Oracle, which can improve performance by 10x. Do they offer similar functionality, and if so are those optimizations also able to be leveraged by EF when doing SaveChanges for a large number of objects?
Also, if you could point me to the section of the API that deals with batch processing, then I can do my own testing.
Much appreciated, thank you!
Greg
I'm implementing an application-tier database cache, and I'm wondering if someone can shed some light on the performance of dotConnect for MySQL, specifically concerning some of the features listed on the website:
Performance
* High performance batch processing
* Intelligent fetch block size control
I'm mostly interested in what constitutes batch processing, since I'm more familiar with "bulk binds" in Oracle, which can improve performance by 10x. Do they offer similar functionality, and if so are those optimizations also able to be leveraged by EF when doing SaveChanges for a large number of objects?
Also, if you could point me to the section of the API that deals with batch processing, then I can do my own testing.
Much appreciated, thank you!
Greg