Psql on server 2008 with win 7 client

Last post 11-03-2010 3:37 PM by BtrieveBill. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 11-02-2010 9:28 AM

    • pmr
    • Not Ranked
    • Joined on 11-02-2010
    • Posts 3

    Psql on server 2008 with win 7 client

    I am experiencing extremely slow access from a win 7 32 bit client access data on a win server 2008 r2 64 bit. V10.20 workgroup 32 bit is installed on client and server. Could you help with some pointers of what could be causing this. Hardware resource i feel is adequate on both client and server

  • 11-02-2010 9:40 AM In reply to

    Re: Psql on server 2008 with win 7 client

     Can you elaborate on the "slow access"?  For example is it slow to start then runs ok or is it always slow?  Is it slow on one machine and ok on the other?

  • 11-02-2010 12:05 PM In reply to

    • pmr
    • Not Ranked
    • Joined on 11-02-2010
    • Posts 3

    Re: Psql on server 2008 with win 7 client

    On all the client machines 9 in all all win 7 32 bit on the server itself it runs ok. It is slow all the time have it running with server 2003 and vista no problem

  • 11-02-2010 3:41 PM In reply to

    • Gordon
    • Top 25 Contributor
    • Joined on 08-30-2007
    • Delft, The Netherlands
    • Posts 324

    Re: Psql on server 2008 with win 7 client

    We've had some customers raising the same issue. Also some customers with mixed clients Windows XP and Windows 7 and the XP machines showing no issues at all. Sofar we've not been able to pinpoint the source, but indications are that the problem is within the Windows 7 clients.

  • 11-03-2010 3:02 PM In reply to

    • pmr
    • Not Ranked
    • Joined on 11-02-2010
    • Posts 3

    Re: Psql on server 2008 with win 7 client

    ok i just installed a winxp sp3 client machine and the access times match the ones for win 7. Could it be something to do with the server its running 2008 standard r2.

    psql workgroup 32 bit loaded on server and workstations.

  • 11-03-2010 3:37 PM In reply to

    Re: Psql on server 2008 with win 7 client

    Analyzing for slow performance is difficult, as you know, because the issue could be in the server, on the workstation, in the application, inside the database engine, or due to hardware issues -- or any misconfiguration of the above!

    Here are the obvious things that have been known to cause performance issues in the past:

    • Overloaded servers
    • Overloaded workstations
    • Operating system low on memory
    • Operating system swapping the database memory to disk due to aggressive caching
    • Database configured with too few resources (Need to review L1 cache, L2 cache, OS cache, XIO Cache, (I/O Threads, CommThreads, etc.)
    • Hard disk RAID5 array with a failed drive
    • SCSI bus problems (like termination)
    • network configuration issues on the server
    • network configuration issues on the workstation
    • network configuration issues somewhere between the server and workstation
    • applications searching for nonexistent resources and pausing at the client side
    • applications issuing complicated SQL queries without sufficient indices for optimization
    • applications issuing Btrieve GetNextExtended calls with lots of record accesses
    • applications reading data files that have been cleaned out by a mass purge, but not rebuilt
    • bad network cabling causing excessive retransmissions
    • large Ethernet collision domains
    • large Ethernet broadcast domains with an ensuing broadcast or multi-cast storm
    • Users unattainable performance requirements
    • virtualization
    • ...and more...

    Many of these issues can be identified with simple tools, including Task Manager, Performance Monitor, Wireshark, Process Monitor, and others, but some issues may require a dive down into the hardware (i.e. the SCSI issues).

    If you are not able to find a solution on your own, then you may wish to consider some outside help.  See our web page at www.goldstarsoftware.com/perfopt.asp for more information on this process.

     

Page 1 of 1 (6 items)