December 2017
Intermediate to advanced
468 pages
13h 12m
English
Data access in traditional databases involves JDBC connections and HTTP access for documents. However, in big data, the data access with conventional method does take too much time to fetch even with cache implementations, as the volume of the data is so high.
So we need a mechanism to fetch the data efficiently and quickly, with a reduced development life cycle, lower maintenance cost, and so on.
Data access patterns mainly focus on accessing big data resources of two primary types:
In this section, we will discuss the following data access patterns that held efficient data access, improved performance, reduced ...
Read now
Unlock full access