Nt1330 Unit 3 Data Distribution Models

Words: 595
Pages: 3

Data Distribution Models:
Aggregate orientation is well suited for scaling out issues with volume increase and server problems. The running of databases on clusters of servers makes the process easier.
Single server option for data handling wipes out the complexities, no distribution at all in this scenario. Graph databases make ideal scenario here in single server configuration. When the data is primarily used on storing aggregates and accessing then single server configuration would be enough to satisfy the objective
Shrading, is a one of type in distribution data, here it distributes the data across multiple servers, and each server acts as the single source of a subset of data. An ideal way of horizontal scalability allowing the users to access the different data from the different servers. As the users may access different parts of the same dataset.
The intention and the logic is to balance out the user to the server communication. It is easier that way to use multiple servers handling the different parts of data, rather putting them all to one server and allowing all many users to communicate.
Aggregate orientation comes into picture for clumping the data to a single server so that the user gets the data from it. The aggregate is that it designs and combines the data that is commonly
…show more content…
Arranging the aggregates is the key to evenly distribute the data across the nodes. Auto shrading, is used in many NoSQL databases, here the database takes the responsibility and ensures of allocating the data to shrads and over easier access when it is used in an application. A disadvantage from this sides would be when a data on a different nodes ends in failure, that shards data goes unavailable to access. It is not good to have that part of a data set to go unavailable, and it affects the