While Cassandra *can* be used this way, I don’t recommend it. It’s going to be far cheaper and easier to maintain to store data in an Object store like S3, like Oskar recommended.
> On Nov 14, 2016, at 10:16 AM, l...@airstreamcomm.net wrote: > > We store videos and files in Cassandra by chunking them into small portions > and saving them as blobs. As for video you could track the file byte offset > of each chunk and request the relevant pieces when scrubbing to a particular > portion of the video. > >> On Nov 14, 2016, at 11:02 AM, raghavendra vutti >> <raghu9raghaven...@gmail.com> wrote: >> >> Hi, >> >> Just wanted to know How does hulu or netflix store videos in cassandra. >> >> Do they just use references to the video files in the form of URL's and >> store in the DB?? >> >> could someone please me on this. >> >> >> Thanks, >> Raghavendra. >> >> >> >> >> >> >> >> >> >> > >