Re: Parallel connections to SQL Server availability group
Frediano Ziglio <[email protected]> Fri, 2 Jun 2017 09:55:10 +0100
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4c2i4BnMUd08WJNnUJZXqgj8sv=r0PimGkcBHiL+s52pA@mail.gmail.com> |
2017-05-23 0:17 GMT+01:00 Joshua Lang <[email protected]>: > I noticed that the master branch of FreeTDS has code to attempt connections > to all IPs returned for a hostname in parallel. This functionality is not > currently in the 1.00 branch, however. > > This leads to slow connections when using AGs and the client happens to > pick the wrong IP address to connect to first because the 1.00 branch > attempts to connection to each IP address in sequence. > > Any idea when the parallel implementation of this connection logic will be > merged to the 1.00-branch or otherwise released? > > Thanks, > > -j I usually don't backport new feature. The master branch is stable for mssql, not for Sybase, there are some regression due to different data types. No idea when 1.1 (so when Sybase will be fully fixed) will be available. Frediano