Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

RE: FN-FORUM: Databases (again)

date posted 1st August 2003 15:51

Hi Grant,

The concensus of the list seems to have been that you wouldnt actually put
the streaming media into a database. Instead you use the database to look up
the location of where the media is stored.

And that the media would just be stored on a file server or a media server.
(which may or may not be the database server)

so our db table called media_locations might look like

index | author | track | media_location
-----------------------------------------------------------------
01 david http blues http://myserver.net/david_1.mp3
02 grant db blues http://myserver.net/grant_1.mp3

you would write a query in SQL (structured query language) to interogate the
database.

so

"select media_location from media_locations where author like 'david' and
track like 'http blues'"

would return

"http://myserver.net/david 1.mps"

and so on. basically this is very simple stuff, and **any** database could
handle it. (in fact you could do it using flat text files, but lets not go
there)

so to go into an interview situation and try and justify using say MSSQL at
the expense of MySQL or Oracle would be... er.. ill advised.

alternatively you seem to want to put the media into your database. so you
would have

index | author | track | media_file
--------------------------------------------------------------------------
01 david http blues "FCR%Y$"VB£^U%*&kalfjd!"£!"£"%$£^%$ ....."
02 grant db blues "ADdSAG&"£FDS"£^&$HTYG$£"RF£"!$£"$d ....."

i have done something similiar using blob fields in MSSQL, and there are
advantages to doing it this way, but for ease of implementation i would
strongly recommend that you use the first solution.

also if you try googling database and streaming media or RDBMS and streaming
media you will get lots of hits.

try
http://www.google.co.uk/search?hl=en&ie=ISO-8859-1&q=%22RDBMS%22+%2B%22strea
ming+media%22&btnG=Google+Search

there looks like a few hits to people who offers solutions.

hth. and i have been **too** patronising.






david.




-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of
gtstream
Sent: 01 August 2003 15:26
To: FN-FORUM / [EMAIL REMOVED]
Subject: FN-FORUM: Databases (again)



Hi all

Just asking the same question again - anyone know of a resource that gives a
quick description of the more commonly used database types and their pros
and cons? If it's relevant, the database will hypothetically be used to
access streaming media files. I need to do the research for a job I'm going
for, where I need an awareness of databases (at present, I'm aware of them,
but that's about it! It would be good if I could go to the interview with a
little knowledge...)

Regards

Grant





Messages by Day
August 31st 2003
August 30th 2003
August 29th 2003
August 28th 2003
August 27th 2003
August 26th 2003
August 25th 2003
August 24th 2003
August 23rd 2003
August 22nd 2003
August 21st 2003
August 20th 2003
August 19th 2003
August 18th 2003
August 17th 2003
August 16th 2003
August 15th 2003
August 14th 2003
August 13th 2003
August 12th 2003
August 11th 2003
August 10th 2003
August 9th 2003
August 8th 2003
August 7th 2003
August 6th 2003
August 5th 2003
August 4th 2003
August 3rd 2003
August 2nd 2003
August 1st 2003


Messages by Month
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000