Explaining traditional databases and bottlenecks
Traditional databases are arranged by fields, records, and files. A field is defined as a single piece of information; a record is one complete set of fields; and a file is a collection of records. This recipe explains traditional databases and the bottlenecks in using them.
How it works…
Let us look at the features of traditional databases in this section.
Traditional databases
The traditional databases available today support only the storage of data. The data may be coming in from a variety of data sources, that is, data may be in an unstructured format or from data marts, operational datastores, data warehouses, and so on. Every year, a massive amount of data is being created, and for an organization, it is always critical to make decisions based on this big chunk of data. There are a few challenges, such as cost, latency, architecture, and complexity, in accessing these databases for analyzing Big Bata in real time. These result in...