To avoid questions about. Why do you use casandra in favour of another database. we have to because our custoner decided that Im my option a completely wrong decision.
In our Applikation we have to deal with PDF documents, i.e. Reader them and populate them with data. So my intention was to hold the documents (templates) in the database read them and then do what we need to do with them.
I noticed that cassandra provieds a blob column type. However for me it seems that this type has nothing to with a blob in qn Oracle or other relational database.
- From what I understand is that cassandra is not for storing documnents and therefore it is not possible?
- Or is the only way to make byte-array out of the document?
- what is the intention of the blob column type?