We are using cassandra database for store website information, but we are not sure how to save images.
We can store them in cassandra, but we can also allocate a server for storing images.
Cassandra has good performance for big-data storage but if we store images in cassandra we must save them as bytes. For any retreival, first we must read image-bytes from cassandra and store it in a folder and then send it's address to the web page.
Do you have any ideas for this problem?