mysql - How do you manage a large video database? -


i have tried giving id , storing title, path , rest in mysql database. looks simple. there robust way out there that.

i'm not sure looking for. but...

basically there 2 way deal "binary large objects".

  • the first 1 store them called blob column in db.
  • the second one, is, now, store in db "pointers" actual data on external storage solution. "path" referencing files on file-system..

both solutions have pro , cons. regarding performances, data migration, load balancing, , on. has been discussed elsewhere on so:


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -