[WEB4LIB] Re: Multimedia databases for web sites

William Moore William_Moore at umanitoba.ca
Tue Jul 4 10:41:47 EDT 2000


>From the MySQL manual
(http://www.mysql.com/documentation/mysql/commented/manual.php?section=BLOB):
You can have indexes on BLOB and TEXT columns with MySQL versions 3.23.2 and
newer. Older versions of MySQL did not support this.

~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
=
    William Moore                          mailto:william_moore at umanitoba.ca
    LETS Web Developer                                        (204) 474-6523
                  http://www.umanitoba.ca/libraries/units/lets
      486f6d6f 73756d3a 68756d616e69 6e696c 61 6d65 616c69656e756d 7075746f


-> -----Original Message-----
-> From: web4lib at webjunction.org
-> [mailto:web4lib at webjunction.org]On Behalf Of Michael A. Mayo
-> Sent: Thursday, June 29, 2000 2:39 PM
-> To: Multiple recipients of list
-> Subject: [WEB4LIB] Re: Multimedia databases for web sites
->
->
-> ----- Original Message -----
-> From: "Yvonne Reynolds" <Reynolds at nbict.nbi.ac.za>
-> > Can anyone point me in the right direction please.  I am
-> >looking for a reasonably priced, or better still free multimedia
-> >database / object oreinted databse which one could use
-> >store and manage information for a web site.  Something
-> >like MySQl, but able to handle graphics and sound, video
-> >files as well as text based objects or numbers.
->
->     MySQL and PostgreSQL both support sticking binary data into the database
-> via BLOBs (bianary large objects).  Unfortunately, use of BLOBs usually
-> comes with many 'gotchas,' like not being able to use indexes and certian
-> types of searches.  This is true of postgres and nearly all RDBMS's, not
-> sure about MySQL.
->
->     Have you considered storing the video/sound files in the filesystem, and
-> storing the location of the files as a field in the database?  This is very
-> simple and circumvents most of the problems with BLOBs.  Usually, you don't
-> want to do database functions (search, etc) on the bianary data themselves,
-> anyway.
->
->     If you find a free/open source object/multimedia database, please let me
-> know.
->
->                 -Mike
->
->



More information about the Web4lib mailing list