Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Database Size?, So how big is everybody's MySQL database?
.:Brian:.
post Aug 11 2007, 08:50 PM
Post #1


Premium Member
Group Icon

Group: Members
Posts: 219
Joined: 13-February 07
Member No.: 20,371



Well I know that MySQL databases can get rather big, so I was just wondering how big everybodies databases were? Do you have really big ones, or are they relatively small? Also what do you store in them? (just text, or binary data as well)
Go to the top of the page
 
+Quote Post
Chesso
post Aug 11 2007, 11:27 PM
Post #2


Teh Coder
Group Icon

Group: Members
Posts: 1,053
Joined: 18-April 06
From: Australia
Member No.: 12,833



Mostly text for me I would say.

Ahhhh, last time I checked my DB(s) were reasonably small, but have been growing little by little overtime of course. I use a lot of custom made stuff so it's quite lean.
Go to the top of the page
 
+Quote Post
faulty.lee
post Aug 12 2007, 12:42 AM
Post #3


Premium Member
Group Icon

Group: [HOSTED]
Posts: 495
Joined: 5-November 06
Member No.: 17,016



I'm writing software for customers, so they tends to stored quite a lot of different thing.

For the management system, it stores transactions in decimal, customer database in text. That's still quite small. For a year already, and it's still less than 100MB in total, for 53 tables.

For the media system, it's rather bigger. The worse is the table which i use to pass live screen capture from client to server, stored as binary. With frequent screen capture, it can reach up to 1GB per day, so have to clean every day, tongue.gif

For the data acquisition system, it's mainly decimal and double. Will take up 10MB per day.
Go to the top of the page
 
+Quote Post
HellFire121
post Aug 12 2007, 03:07 AM
Post #4


Premium Member
Group Icon

Group: [HOSTED]
Posts: 438
Joined: 28-January 06
Member No.: 10,925



Mine are hovering around 50mb, nothing too intensive just the forum database and the site database for storing accounts and news posts, small size means easier to backup (I have a script running that emails me the backups). I always prune what i can to keep the size down for easier storage. Nearly every entry is text.

In my experience though having massive databases doesn't affect performance too much, a friend i know has a forum database that has reached 1gb+ and the site still runs smooth. Could just be the server it's running on though.

-HellFire
Go to the top of the page
 
+Quote Post
Chesso
post Aug 12 2007, 07:31 AM
Post #5


Teh Coder
Group Icon

Group: Members
Posts: 1,053
Joined: 18-April 06
From: Australia
Member No.: 12,833



Hellfire121, is that using like a pre-made community board type software? or a low end custom job.

I'm not sure if mine would take up a lot, if the forum was considerably large and filled up.

I don't think I'll test it out either lol, unless locally when I finally have the software all setup for it, I have been lazy fixing up all my programs etc for this fresh installation, now that I have new hardware.
Go to the top of the page
 
+Quote Post
TavoxPeru
post Aug 12 2007, 08:29 AM
Post #6


Super Member
Group Icon

Group: [HOSTED]
Posts: 763
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



QUOTE(.:Brian:. @ Aug 11 2007, 03:50 PM) *
Well I know that MySQL databases can get rather big, so I was just wondering how big everybodies databases were? Do you have really big ones, or are they relatively small? Also what do you store in them? (just text, or binary data as well)

In my case my databases are relatively small because i try to store just text, when i need to store binary data what i do is to simply store its location on the file system.

Best regards,

Go to the top of the page
 
+Quote Post
yordan
post Aug 13 2007, 07:34 PM
Post #7


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,042
Joined: 16-August 05
Member No.: 7,896



So, none of you has seen mysql databases as big as the Oracle databases, which currtly go to some hundreds of higs, and sometimes several terabytes.
Go to the top of the page
 
+Quote Post
faulty.lee
post Aug 13 2007, 11:31 PM
Post #8


Premium Member
Group Icon

Group: [HOSTED]
Posts: 495
Joined: 5-November 06
Member No.: 17,016



QUOTE(yordan @ Aug 14 2007, 03:34 AM) *
So, none of you has seen mysql databases as big as the Oracle databases, which currtly go to some hundreds of higs, and sometimes several terabytes.

Well, you said it at the wrong place. If an admin who handle huge databases, be it MySQL or any other database, do you think he would have joint this forum? What you see here only represent a small community of netizen. So you cannot imply that there's actually no MySQL database that could go to some hundreds of "higs" or terabytes. tongue.gif
Go to the top of the page
 
+Quote Post
TavoxPeru
post Aug 14 2007, 05:49 AM
Post #9


Super Member
Group Icon

Group: [HOSTED]
Posts: 763
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



QUOTE(faulty.lee @ Aug 13 2007, 06:31 PM) *
Well, you said it at the wrong place. If an admin who handle huge databases, be it MySQL or any other database, do you think he would have joint this forum? What you see here only represent a small community of netizen. So you cannot imply that there's actually no MySQL database that could go to some hundreds of "higs" or terabytes. tongue.gif

That's right, especially if the MySql database stores images or when it uses the spatial features that MySql has. Take a look to the MySql Customers page.

Best regards,
Go to the top of the page
 
+Quote Post
Quatrux
post Aug 15 2007, 06:47 AM
Post #10


the Q
Group Icon

Group: [HOSTED]
Posts: 1,051
Joined: 13-July 05
From: Lithuania, Vilnius
Member No.: 7,059



I try to store pure text with some html stuff where I can not use it on a script file, but I also written some bbcode for myself on my cms and of course I store numbers etc. For binary data, I am in no need to store such data in a database, placing them as files is just fine for me, my local database takes over 40 mb in MyISAM, later I will change to InnoDB, but the current one online ~2-3 MB not more..
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. MySQL - Trouble With Bulk Insert Statements(3)
  2. MySQL Realtime Replication(4)
  3. Recover Tables From A MySQL .frm File(8)
  4. Mirror My MySQL Database To Another Mysql Server(4)
  5. How To Connect MySQL With Flash?(8)
  6. MySQL Output Database Question(18)
  7. MySQL, Multiple Tables(24)
  8. Navcat For MySQL(9)
  9. Mysql And Php(15)
  10. Login System Using A Mysql Db(5)
  11. Mysql - So Hard(14)
  12. Sun Bought Mysql(6)
  13. Integrate Access Database Onto Intranet Site(5)
  14. Mysql Backup With Another Address?(4)
  15. I Have An Error With My Mysql Connection(7)
  1. Accessing Ms Access Database From A Centralized Location?(5)
  2. Mysql And User File_priv(0)
  3. Mysql Database Management(1)
  4. Mysql Database Entry By Excel Sheets(2)
  5. Mysql On Computer(9)
  6. Space Needed For Database(10)
  7. Database Access On Remote Server W/jsp(0)
  8. Any Website Provide Free Host Mysql Host?(4)
  9. Mysql Multiple Tables(1)
  10. Some Useful Database Links.(7)
  11. Best Database(7)
  12. How To Understand A Database Schema(4)
  13. Mysql Overhead(3)


 



- Lo-Fi Version Time is now: 11th October 2008 - 08:12 PM