Poker Software
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Administrator morny's Avatar
    Join Date
    Jul 2008
    Location
    Ireland
    Posts
    21,036

    Default

    If you follow this FAQ (for illustration only) http://www.holdemmanager.net/faq/?f=12 and tell me how many databases are there and what there names are please

    This time before doing a vacuum go to Programs > PostgreSQL > Stop Service and then try a vacuum and see if it makes a difference, weird it isnt shrinking after deleting the HH
    --------------------------------------------------------------------------------------------------------------------
    We welcome any feedback on any solutions we provide, this helps us to provide better quality solutions in the future.

  2. #12
    Junior Member
    Join Date
    Dec 2008
    Posts
    15

    Default

    I have only one database, called HoldemManager, i'll do what you said, and then get back here.

    PS: It shrinked when I deleted the observed hands, but not totally as it "should".

    Thanks guys.

  3. #13
    Junior Member
    Join Date
    Dec 2008
    Posts
    15

    Default

    hey Morny, when I stop the service, I couldn't vacuum using the pgadmin or the HM. Is says that it's not possible to make a connection.

  4. #14
    Junior Member
    Join Date
    Dec 2008
    Posts
    15

    Default morny

    To be sure, I got another computer (laptop) and did the following process:

    1 - Imported 120k hands
    2 - Options - Purge All
    3 - Vacuum twice

    Result: Have NO hh at all at the computer, but the folder "base" still has a decent size =(

  5. #15
    Administrator morny's Avatar
    Join Date
    Jul 2008
    Location
    Ireland
    Posts
    21,036

    Default

    Yeah sorry i was thinking of a defrag, stopping the postgreSQL service wont work obviously.

    Ill check this with Roy
    --------------------------------------------------------------------------------------------------------------------
    We welcome any feedback on any solutions we provide, this helps us to provide better quality solutions in the future.

  6. #16
    Junior Member
    Join Date
    Dec 2008
    Posts
    15

    Default

    up

  7. #17
    Junior Member
    Join Date
    Dec 2008
    Posts
    15

    Default

    Hi guys, don't wanna be a pain in the ass, I'd just like to know, if there is anyone searching any solution for this, or not.

    Thanks for the great support.

  8. #18
    Junior Member
    Join Date
    Dec 2008
    Posts
    15

    Default

    up

  9. #19
    Administrator morny's Avatar
    Join Date
    Jul 2008
    Location
    Ireland
    Posts
    21,036

    Default

    Sorry about the delay, must have missed this one, ill ask Roy about this now and hell respond here soon http://www.holdemmanager.net/forum/s...?t=5197&page=2
    --------------------------------------------------------------------------------------------------------------------
    We welcome any feedback on any solutions we provide, this helps us to provide better quality solutions in the future.

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

    Default

    A vacuum won't do anything immediately after a large import. To understand how it works you need to first understand how the DB works. Basically, whenever you update a row or delete a row in any table it actually just marks it for deletion. Say one row in the db is updated 20 times there will actually be up to 20 copies of the row taking up disk space. A full vacuum will remove the 19 old copies of that row.

    When you do a big import for the very first time there will be almost no "dead space" and therefor the vacuum will do almost nothing

    Roy

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. 'no disk' error while installing postgresql
    By theBoney in forum Manager General
    Replies: 6
    Last Post: 06-19-2012, 09:31 PM
  2. HUD Bug - Space is left
    By El Helado in forum Manager General
    Replies: 6
    Last Post: 11-15-2008, 12:59 PM
  3. Reports grouped by month not returning proper hands
    By dagrim1 in forum Manager General
    Replies: 3
    Last Post: 10-21-2008, 06:38 PM
  4. No more space left
    By MJay in forum Manager General
    Replies: 1
    Last Post: 08-13-2008, 08:52 PM
  5. Replies: 8
    Last Post: 08-01-2008, 10:16 AM

Tags for this Thread

Posting Permissions

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