Do I/Should I use a database

DotCom

New Member
I am writing a video site. I will need to be adding videos everyday, in different places at different times on the site.

Will i need a database for this.


PS i have no knowledge in Databases.


What would be some pros and cons in using a database?
 

chrishirst

Well-Known Member
Staff member
A "database" covers everything from a "flatfile" to a complex relational data management system, so yes, you heed a database.

The scope and type of the database will depend on what your hosting account will or does support,
 

Edge

Member
I am writing a video site ...PS i have no knowledge in Databases.

I think the knowledge of databases comes first and then the video site afterwards. Actually knowledge of databases, then content management systems (CMSs) and then the video site. No - HMTL/CSS, then databases, then CMSs then the video site.
 

Edge

Member
Less flippantly, you should use a database for efficient storage and retrieval of information - their mission in life. The more content and the bigger the audience the greater the benefits.
 

leroy30

New Member
The scope and type of the database will depend on what your hosting account will or does support,

It would be better to choose a database based on the need rather than the limitations or requirements of your current hosting provider :eek:)
 

leroy30

New Member
A database is a fast and organised way to store and retrieve data. Google 'MySQL' and/or 'MS SQL' for some more info.

If you don't feel like learning it all then perhaps try a wordpress template or something that already handles the video uploads for you.
 

chrishirst

Well-Known Member
Staff member
It would be better to choose a database based on the need rather than the limitations or requirements of your current hosting provider :eek:)

Of course it is, but as the majority of people who ask such questions are usually unwilling to actually spend any/more money on hosting. ....
 
Top