Which of the following is most accurate concerning data warehousing and big data architecture?
A. Big data is so large that standard relational database management systems do not work. Data must be processed by parallel processors.
B. Data is processed using auto-synthesis to enhance processing speed.
C. Data warehouses are used for long-term storage of archive data.
D. Data can never be processed in real time.
Answer: A. Big data is so large that standard relational database management systems do not work. Data must be processed by parallel processors.
You might also like to view...
The _________ is located at the top of each printed page and can contain labels, text boxes, and other controls
A) page header B) page footer C) report header D) report footer
Classes and methods are declared final for all but the following reasons:
a. final methods allow inlining the code. b. final methods and classes prevent further inheritance. c. final methods are static. d. final methods can improve performance.