Suggestion....

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Suggestion....

Post by Zero-G. » Sun 29 Aug 2010 09:51

Hey
I use your product for mySQL Server.

I have a suggestion for an update of your product:
When I use mySQL with replication servers, then it would be very useful, that the slave servers would also do some work.
So, the suggestion would be as follows:

The connection string should have a property called slave_servers as an array. - there the names (or IP's) of the slave servers could be stored. When using a "Select" Statement, then a random function could use any of the servers listed in the slave_servers property or in the main connection. (That would help of having a more balanced querying)
All updates only should work with the main connection property because of being compatible with older 5.0 mySQL Versions.

THX

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Mon 30 Aug 2010 17:06

Thank you for your suggestion, we will analyze the possibility of implementing it and inform you about the results.

Post Reply