Database Limits

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AnkisethGallant
    New Member
    • Oct 2001
    • 19

    Database Limits

    I'm thinking about getting a VBulletin board. How much space will the board take up in the database? I have 100 MB of webspace for the site, so I only want to use about 60 MB for the boards. Is there any way I can limit the size?
  • AnkisethGallant
    New Member
    • Oct 2001
    • 19

    #2
    Need some help here. Anyone?

    Comment

    • Cary
      Senior Member
      • Apr 2002
      • 4433
      • 3.6.x

      #3
      It depends on the size of your board.
      It takes about 750KB for a new install.

      Comment

      • AnkisethGallant
        New Member
        • Oct 2001
        • 19

        #4
        Alright. I've easily got the 750 kb limit beaten, but how much does the database take up once posts start piling in? Is there any way to limit the amount of space it uses?

        Comment

        • Steve Machol
          Former Customer Support Manager
          • Jul 2000
          • 154488

          #5
          It really depends. Do you plan to allow file uploads? What is the traffic your expect for your forums? Visitor per day, members, posts per day, etc?

          The vB files themselves take up less than 1 Mb. It's the database that counts. You can alway reduce the size of the database by pruning threads on a regular basis, not allowing file uploads, reducing or eliminating the search index.
          Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
          Change CKEditor Colors to Match Style (for 4.1.4 and above)

          Steve Machol Photography


          Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


          Comment

          • AnkisethGallant
            New Member
            • Oct 2001
            • 19

            #6
            I plan not to allow file uploads, and I plan on small traffic, maybe a hundred or two posts per day.

            How can you find the size of the database so I'll know when to start deleting threads?

            Comment

            • Steve Machol
              Former Customer Support Manager
              • Jul 2000
              • 154488

              #7
              You can use phpMyAdmin to see the size of all the tables in the database.

              One thing to keep in mind is that you'll want to make regular backups of the database. Therefore you might need more space on the server just to hold the backup. Frankly 100 Mb is pitifully small space in this day and age. You can probably get by for awhile, but eventually you'll want to find a better web host.
              Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
              Change CKEditor Colors to Match Style (for 4.1.4 and above)

              Steve Machol Photography


              Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


              Comment

              • AnkisethGallant
                New Member
                • Oct 2001
                • 19

                #8
                The 100 Megs I'm getting is free, so I'm not going to be one to complain about small space. I don't anticipate ever getting many more than maybe 100 users anyway, so it should be fine.

                Comment

                • jmd
                  Senior Member
                  • Jan 2002
                  • 666

                  #9
                  Ummm I’m running my forum and website on 50 megs with lost left over.

                  Just how much space is needed for say 100 active members? I still have 15 megs free, would this cause a problem with the performance of my forum.

                  I can easily get more space.

                  Cheers


                  Thanks
                  PLEASE VISIT US HERE. THANKS IN ADVANCE

                  Comment

                  • Steve Machol
                    Former Customer Support Manager
                    • Jul 2000
                    • 154488

                    #10
                    It's hard to say how much space you'll need because of all the unknown variable. Just keep an eye on it and increase your space when you need to.
                    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                    Change CKEditor Colors to Match Style (for 4.1.4 and above)

                    Steve Machol Photography


                    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                    Comment

                    • Ian
                      Senior Member
                      • Mar 2002
                      • 132

                      #11
                      Originally posted by AnkisethGallant
                      How can you find the size of the database so I'll know when to start deleting threads?
                      There's also a hack that does just this... It's called, "Admin Quick Stats" and it was made by freddie.

                      Comment

                      • AnkisethGallant
                        New Member
                        • Oct 2001
                        • 19

                        #12
                        Sounds cool, thanks a lot.

                        Comment

                        • George L
                          Former vBulletin Support
                          • May 2000
                          • 32996
                          • 3.8.x

                          #13
                          Re: Database Limits

                          Originally posted by AnkisethGallant
                          I'm thinking about getting a VBulletin board. How much space will the board take up in the database? I have 100 MB of webspace for the site, so I only want to use about 60 MB for the boards. Is there any way I can limit the size?
                          With vB there is 2 different types of disk space usage.
                          1. web space - for php/html/image files and you vB files
                          2. mysql database space - which is separate from web space in that the mysql database space resides on a different partition from web space on nearly all web hosts.

                          When you use vB, you have to take into account, both web space and mysql database space. vB 2.2.4 consists of

                          1. php/image files in the zip file you download = 1.65mb in size once the vB zip file is extracted and uploaded to your web site account.

                          2. mysql database space which holds your vB data.
                          - on initial install the mysql database space used is ~2mb which is mainly the database table structure and initial data in the database tables.
                          - once you start posting, adding threads, members, polls, private messages, attachments, avatars etc, your mysql database space is the one that mainly grows and should be your main concern - mysql disk space.

                          How much mysql disk space is used is highly dependent on the type of forum you run, and such factors as
                          - your avergae allowed attachment and avatar size
                          - how many attachments and avatars you have stored in your vB database
                          - how many private messages you have stored in your vB database from members
                          - how many posts and threads you have and the size and variables you have set for your searchindex
                          - how many members you have
                          - how many forums you have
                          and so on.
                          :: Always Back Up Forum Database + Attachments BEFORE upgrading !
                          :: Nginx SPDY SSL - World Flags Demo [video results]
                          :: vBulletin hacked forums: Clean Up Guide for VPS/Dedicated hosting users [ vbulletin.com blog summary ]

                          Comment

                          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                          Working...