Critique of relational database technology
Abstract
Every technology has strengths and weaknesses, and relational database technology is no different. At this point in time, however, relational database management systems are the predominant storage technology; they are used to store information which is then available for easy retrieval based on various call procedures. While a database management system (DMS) controls storage, retrieval, security, and control of data within a database, a relational database management system (RDBMS) stores the data in a specific way. Other technologies are in the process of developing, but in their infancy not enough information is available for the average company to decide whether or not their use would be efficacious. RDBMS will be around for many years, but alternatives are gradually becoming available as technologies develop and improve. Companies need to remain on top of new developments, but remain very aware of limitations and how they can affect the company before jumping to new database systems. This paper critically evaluates the strengths and weaknesses of relational database technology.
FAQs
AI
What explains the limitations of RDBMS in handling unstructured data?
The paper reveals that RDBMS excels when data can be arranged in tables, but struggles with large unstructured data sets like text documents, impacting query efficiency significantly.
How do RDBMS compare to NoSQL systems for multimedia processing?
The study finds that NoSQL systems outperform RDBMS in multimedia processing by not relying on rigid table structures, enabling faster data handling and improved scaling for complex data types.
What evidence supports the need for modern database machines in RDBMS?
Research indicates that modern database machines enhance both analytical and transactional processing capabilities, thus improving performance as database sizes increase, as noted with references to optimization by leading vendors.
Why is SQL less effective with unstructured versus structured data?
The paper demonstrates that SQL is designed for structured queries, which results in inefficiencies when adapted to manage large volumes of unstructured data, leading to potentially less robust applications.
When did the shift toward multimedia database systems begin according to the research?
The discussion references Gray's assertion that the transition towards multimedia processing represents a sixth generation of data management, emphasizing the growing complexity required for diverse data types.