Back to course home
0% completed
Vote For New Content
What is the benefit of using Object Storage instead of storing the text in the P...
Brian Sunbury
Jul 21, 2022
What is the benefit of using Object Storage instead of storing the text in the Paste table in the database? I know pastebin allows you to store images, which would require object storage, but the requirements for this state "Users will only be able to upload text".
3
0
Comments
Comments
C
Cristian Grigore3 years ago
I was wondering the same. Why can't a BLOB be used to store the text?
A
Aniket Joshi2 years ago
If I am strictly thinking from the interview perspective (if the interviewer asks a follow up etc) i think we can use a BLOB to store. But, maybe if the interviewer now asks us to store images or other multimedia files, it could mean we need to start over from changing ...