0
14kviews
Short note on multimedia database
1 Answer
1
476views

• Multimedia database is database containing multimedia collections.

• Multimedia database management system is essential to manage multimedia data like text, graphics, animation, music, etc.

• Multimedia database management system can be defined as a software system that manages a collection of multimedia data and provides access to users to query and retrieve multimedia objects . • Generally, multimedia database contains text, image, animation, video, audio, movie, sound etc. which is stored in binary form.

• SQL query language is used for query and retrieval of data.

• There are generally two types of multimedia databases

• Linked Multimedia Databases and Embedded Multimedia Databases.

• Linked multimedia databases In this database, multimedia elements are organized as image, audio/ MP3, video etc. All the data may be stored either on off-line sources (CD-ROM, Hard Disc, DVD etc.) or on Online sources. One great advantage of this type of database is that the size of database will be small due to the reason that multimedia elements are not embedded in the database, but only linked to it.

• Embedded multimedia database Embedded Multimedia Database implies that the database itself contains the multimedia objects as in the binary form in the database. The main advantage of such kind of database is that retrieval of data will be faster because of the reduced data access time. However, the size of the database will be very large.

Characteristics of MDBMS

• A MDBMS (Multimedia Database Management System) can be characterized based on its objectives at the time of handling multimedia objects.

Corresponding storage media: Multimedia data must be stored and managed according to the specific characteristics of the available storage media.

Comprehensive search methods: During a search in the database, an entry, given in the form of text or a graphical image, is found using different search queries and the corresponding search methods.

Format independent interface: database queries should be independent of media format. MDBMS should provide information in formats requested by the application.

Simultaneous data access: The same multimedia data can be accessed (even simultaneously) through different queries by several applications. Hence, consistent access to shared data can be implemented.

Management of large amount of data: The MDBMS must be capable of handling and managing large amounts of data.

Long Transaction: The performance of a transaction in a MDBMS means that transfer of a large amount of data will take a long time and must be done in a reliable manner.

Real-time Data: The read and write operations of continuous data must be done in real-time. The data transfer of continuous data has a higher priority than other database management actions.

Operations of multimedia databases:

• Input (insert/record) operation: The data will be written to the database. The raw and registering data are always needed; descriptive data can be attached later.

• Output (play) operation: It involves reading the raw data from the database according to the registered data.

• Modification: It involves changing of raw, registering and descriptive data. Modification can also be understood as a data conversion from one format to another.

• Deletion Operation: This operation removes an entry from the database. The consistency of the data must be preserved.

Please log in to add an answer.