|
|
Choosing A Webhost: |
RE: Freetds\sql server lag: msg#00252db.tds.freetds
> > >I recently run into lag issue for queries that splited on > more then one > >packet. > > >Here is the full descrption: > >http://moshe.i-com-it.com/issues/mssql.html > > >From looking at your web page, I'd say that this sounds like > the kind > >of > problem that the TCP_NODELAY socket option is supposed to solve. > > I'm not familiar with the FreeTDS code -- I'm mostly a lurker > here. I don't know if FreeTDS has an option to set that or > not. (Or even if it would be FreeTDS' responsibility -- that > might be something that would need to be set on the server end.) > > What do packet traces of similar queries look like when > Microsoft tools are used? > > Craig Jackson > Craig.Jackson@xxxxxxxxxxx > The Gale Group, a unit of Thomson Corp I did some tests with TCP_NODELAY and 512 as packet size. Below are results Enabled $ time ./utf8_2 real 0m1.202s user 0m0.330s sys 0m0.060s Disabled $ time ./utf8_2 real 0m52.626s user 0m0.260s sys 0m0.070s Disabled, calling fsync after tds_write_packet $ time ./utf8_2 real 0m39.315s user 0m0.330s sys 0m0.050s similar result using sync(2) and fdatasync(2) It's a very interesting option! However I don't know all disavantage it can take. Anyone know a way to "flush" socket correctly? By the way... attached a patch to enable TCP_NODELAY. freddy77
FreeTDS mailing list FreeTDS@xxxxxxxxxxxxxxxxx http://lists.ibiblio.org/mailman/listinfo/freetds
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: problem with fetching the result, Thompson, Bill D (London) |
|---|---|
| Next by Date: | RE: Freetds\sql server lag, ZIGLIO Frediano |
| Previous by Thread: | RE: Freetds\sql server lag, Lowden, James K |
| Next by Thread: | RE: Freetds\sql server lag, ZIGLIO Frediano |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |