General Discussion Undecided where to post - do it here. |
Reply to Thread New Thread |
![]() |
#1 |
|
|
![]() |
![]() |
#2 |
|
Disk Space is just like your Hard Drive: How much crap you can put on there.
Database is a collection of simple data, like numbers, letters, and symbols, indexed in tables and is queried by dynamic server code or scripts such as PHP. When you search newegg.com or any site it queries the database finds the information that has your search in it and brings it to you. Or other way around, when you fill out a form and click submit that information goes into the database where it can easily be retrieved. Hopefully that can explains it. ![]() |
![]() |
![]() |
#3 |
|
Well, I was just checking out a web hosting company and under signup it wants me to choose if I want disk space or a database. I don't get it? Don't you already need a database if you want disk space? And also, do you happen to know how much web hosting should cost? I need a lot of disk space like more than 1 terabyte.
|
![]() |
![]() |
#4 |
|
They are completely different. The disk space is accessed by the web server directly, and the database is a seperate server (MySQL or SQL Server, usually) that the webserver can query using SQL.
Generally files stay on the webserver, and data used to build pages dynamically go in the SQL database. Of course, you can store static pages and images in a database, and store all your data in files, but that is generally not done. |
![]() |
![]() |
#5 |
|
|
![]() |
![]() |
#6 |
|
|
![]() |
![]() |
#7 |
|
|
![]() |
![]() |
#8 |
|
Disk Space is just like your Hard Drive: How much crap you can put on there. |
![]() |
![]() |
#9 |
|
|
![]() |
Reply to Thread New Thread |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|