Blob Indexing
Start Timer
0:00:00
Let’s say we’re managing a database for a video-sharing platform where each video is stored as a Blob, and our dataset now exceeds 10 million videos.
How would you configure the database and set up indexing so that queries for video metadata (like title, upload date, or uploader) remain efficient, while also handling the storage and retrieval of large Blob data?
.
.
.
.
.
.
.
.
.
Comments