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
Post a Comment