Cluster postgres database to increase performance?
Results 1 to 6 of 6
  1. #1
    Senior Member e306's Avatar
    Join Date
    Sep 2008
    Posts
    128

    Default Cluster postgres database to increase performance?

    Hey guys.

    Back when i used Pokertracker2, i performed database-clustering once a month and the DB-speed became SO MUCH faster!
    here is what i did:

    attention! this is for Pokertracker2 - NOT FOR HOLDEMMANAGER!
    "c:\program files\postgresql\8.0\bin\psql" -d "YOUR_DB_NAME" -U postgres -c "cluster session_idx_02 on session;"
    "c:\program files\postgresql\8.0\bin\psql" -d "YOUR_DB_NAME" -U postgres -c "cluster player_winnings_idx_02 on player_winnings;"
    "c:\program files\postgresql\8.0\bin\psql" -d "YOUR_DB_NAME" -U postgres -c "cluster player_idx_02 on players;"
    "c:\program files\postgresql\8.0\bin\psql" -d "YOUR_DB_NAME" -U postgres -c "cluster game_idx_01 on game;"
    "c:\program files\postgresql\8.0\bin\psql" -d "YOUR_DB_NAME" -U postgres -c "cluster game_players_idx_05 on game_players;"
    Could somebody adapt this set of commands to optimize a holdemmanager postgres database?

  2. #2
    Member
    Join Date
    Jul 2008
    Posts
    67

    Default

    @morny, are you investigating this?

  3. #3
    Tech Support Manager morny's Avatar
    Join Date
    Jul 2008
    Location
    Ireland
    Posts
    20,888

    Default

    Yeah ive forwarded this onto Roy however hes extremely busy over the next few days but hell be along to respond as soon as he has some free time.
    --------------------------------------------------------------------------------------------------------------------
    We welcome any feedback on any solutions we provide, this helps us to provide better quality solutions in the future.

  4. #4
    Member
    Join Date
    Jul 2008
    Posts
    32

    Default

    is there any progress?

  5. #5
    Tech Support Manager morny's Avatar
    Join Date
    Jul 2008
    Location
    Ireland
    Posts
    20,888

    Default

    Sorry this must have slipped through ill remind him again
    --------------------------------------------------------------------------------------------------------------------
    We welcome any feedback on any solutions we provide, this helps us to provide better quality solutions in the future.

  6. #6
    Administrator Rvg72's Avatar
    Join Date
    Jul 2008
    Posts
    3,056

    Default

    Hi, there is no clustering with HM at the moment but make sure you have a recent build because the new optimization for hero's makes reports almost instant on large db's.

    Please download the latest beta from http://www.holdemmanager.com/downloa....06.04beta.exe

Similar Threads

  1. HM import performance?
    By PlusEV in forum Manager General
    Replies: 4
    Last Post: 09-22-2008, 01:21 PM
  2. how to cluster
    By zedjr in forum Manager General
    Replies: 0
    Last Post: 08-31-2008, 01:51 PM
  3. Performance issue - pics included...
    By fret in forum Manager General
    Replies: 1
    Last Post: 08-27-2008, 01:47 AM
  4. Installing postgres database on mapped network drive
    By eyedol in forum Manager General
    Replies: 2
    Last Post: 08-08-2008, 03:26 PM
  5. Massive performance problems when multitabling partypoker
    By GIEFDORRARS in forum Manager General
    Replies: 4
    Last Post: 07-18-2008, 10:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •