![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, How can I improve the communication and the data transfert betwee n 2 servers across a 1ghz LAN? I have a data warehouse on a server and my OLAP cubes on a second server. the data transfert never takes more then 5% of the 1gbps bandwidth My SQL query is optimized but I have 3 tables linked my fact table contains 40 millions of rows and its a partitioned table. my database server has 4 proc / 4Gb ram during the execution of the select statement my server suffer CXPACKET wait types. I know I have an hard drive issue on the server (its a SAN). only my tempdb database has been moved to a local non raid drive to share the performance. my source database is in readonly mode. I know that I can reach more then 30% of usage of the bandwidth between the 2 servers. but there is anything to do? any option to change? (in sql server and/or the olap server) to improve this. |
#3
| |||
| |||
|
|
"Jéjé" <willgart (AT) AAAhotmailBBB (DOT) com> wrote in message news:uK0Bb2BoFHA.3960 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Hi, How can I improve the communication and the data transfert betwee n 2 servers across a 1ghz LAN? I have a data warehouse on a server and my OLAP cubes on a second server. the data transfert never takes more then 5% of the 1gbps bandwidth My SQL query is optimized but I have 3 tables linked my fact table contains 40 millions of rows and its a partitioned table. my database server has 4 proc / 4Gb ram during the execution of the select statement my server suffer CXPACKET wait types. I know I have an hard drive issue on the server (its a SAN). only my tempdb database has been moved to a local non raid drive to share the performance. my source database is in readonly mode. I know that I can reach more then 30% of usage of the bandwidth between the 2 servers. but there is anything to do? any option to change? (in sql server and/or the olap server) to improve this. Which server is performing the join? If it's the OLAP server, consider pushing the join to the source server with OPENQUERY or a remote view. David |
#4
| |||
| |||
|
|
Hi, How can I improve the communication and the data transfert betwee n 2 servers across a 1ghz LAN? I have a data warehouse on a server and my OLAP cubes on a second server. the data transfert never takes more then 5% of the 1gbps bandwidth My SQL query is optimized but I have 3 tables linked my fact table contains 40 millions of rows and its a partitioned table. my database server has 4 proc / 4Gb ram during the execution of the select statement my server suffer CXPACKET wait types. I know I have an hard drive issue on the server (its a SAN). only my tempdb database has been moved to a local non raid drive to share the performance. my source database is in readonly mode. I know that I can reach more then 30% of usage of the bandwidth between the 2 servers. but there is anything to do? any option to change? (in sql server and/or the olap server) to improve this. thanks for your comments. jerome. |
#5
| |||
| |||
|
|
You might also take a look at the IO throughput which is likely the performance bottleneck... -- Wayne Snyder, MCDBA, SQL Server MVP Mariner, Charlotte, NC www.mariner-usa.com (Please respond only to the newsgroups.) I support the Professional Association of SQL Server (PASS) and it's community of SQL Server professionals. www.sqlpass.org "Jéjé" <willgart (AT) AAAhotmailBBB (DOT) com> wrote in message news:uK0Bb2BoFHA.3960 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Hi, How can I improve the communication and the data transfert betwee n 2 servers across a 1ghz LAN? I have a data warehouse on a server and my OLAP cubes on a second server. the data transfert never takes more then 5% of the 1gbps bandwidth My SQL query is optimized but I have 3 tables linked my fact table contains 40 millions of rows and its a partitioned table. my database server has 4 proc / 4Gb ram during the execution of the select statement my server suffer CXPACKET wait types. I know I have an hard drive issue on the server (its a SAN). only my tempdb database has been moved to a local non raid drive to share the performance. my source database is in readonly mode. I know that I can reach more then 30% of usage of the bandwidth between the 2 servers. but there is anything to do? any option to change? (in sql server and/or the olap server) to improve this. thanks for your comments. jerome. |
![]() |
| Thread Tools | |
| Display Modes | |
| |