Pervasive
Sign in | Join | Help
in

Performance tunning PSQL 10

Last post 06-25-2008 5:48 PM by pedrob. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 06-23-2008 7:21 AM

    • pedrob
    • Not Ranked
    • Joined on 04-07-2008
    • Posts 5

    Performance tunning PSQL 10

    Hello, I am new to PSQL 10 and don't know how to define its configuration for optimization.
    The server has an Intel Xeon CPU - 3.40 GHz, 1 GB of RAM and runs Windows Server 2003 SP2. My database is small - about 4 MB.
    In PCC, I use an SQL query that takes 2 minutes to perform. The Windows Performance utility shows that the processor use is about 50% and the memory and disk accesses are minimal.
    How can I speed up this process? What PSQL definitions should I alter? Do I need to optimize the SQL query?
    Thank you very much for any advice.
    Pedro

  • 06-23-2008 1:30 PM In reply to

    Re: Performance tunning PSQL 10

    Pedro, read the section on the "Sql Engine Reference" manual that has to do with the Query Plan Viewer.  The Query Plan Viewer will help you analyze your query.  For example, is your query making use of an index, how many records is it bringing back, etc.

    Jose. 

     

  • 06-25-2008 5:48 PM In reply to

    • pedrob
    • Not Ranked
    • Joined on 04-07-2008
    • Posts 5

    Re: Performance tunning PSQL 10

    Thanks for your hint Jose. I'll try to analyse the query as you say.

    Pedro

Page 1 of 1 (3 items)
© 2008 Pervasive Software Inc. All Rights Reserved.