A data team has received thousands of new recordings to store and analyze. Which choice is BEST for managing large volumes of video files while enabling flexible analysis?
Attach the recordings to records within a transactional database table as binary fields
Implement a star schema that maps each recording to integer fields in dimension tables
Convert each video into a CSV file containing frame details in text columns
Store the recordings in an unstructured data system capable of holding large binary objects
Storing video content in an unstructured data store that handles large binary objects is well-suited for later retrieval, indexing, and analysis. Reformatting video files into CSV rows or using a transactional system with limited binary support can cause performance or capacity problems. Using a star schema is generally intended for structured information and is not optimal for extensive multimedia storage.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.