Data Storage for Social Networks: A Socially Aware Approach: SpringerBriefs in Optimization
Autor Duc A. Tranen Limba Engleză Paperback – 15 aug 2012
The next step is to determine how best to store the data across multiple servers. This problem has been widely-studied in the literature of distributed and database systems. OSNs, however, represent a different class of data systems. When a user spends time on a social network, the data mostly requested is her own and that of her friends; e.g., in Facebook or Twitter, these data are the status updates posted by herself as well as that posted by the friends. This so-called social locality should be taken into account when determining the server locations to store these data, so that when a user issues a read request, all its relevant data can be returned quickly and efficiently. Social locality is not a design factor in traditional storage systems where data requests are always processed independently.
Even for today’s OSNs, social locality is not yet considered in their data partition schemes. These schemes rely on distributed hash tables (DHT), using consistent hashing to assign the users’ data to the servers. The random nature of DHT leads to weak social locality which has been shown to result in poor performance under heavy request loads.
Data Storage for Social Networks: A Socially Aware Approach is aimed at reviewing the current literature of data storage for online social networks and discussing newmethods that take into account social awareness in designing efficient data storage.
Din seria SpringerBriefs in Optimization
- Preț: 341.75 lei
- Preț: 377.18 lei
- Preț: 345.45 lei
- Preț: 379.48 lei
- Preț: 376.22 lei
- 20% Preț: 292.64 lei
- Preț: 380.63 lei
- Preț: 345.63 lei
- Preț: 346.59 lei
- Preț: 344.86 lei
- Preț: 412.13 lei
- Preț: 378.92 lei
- Preț: 379.48 lei
- Preț: 379.09 lei
- Preț: 374.46 lei
- Preț: 379.68 lei
- Preț: 378.71 lei
- Preț: 378.71 lei
- Preț: 377.95 lei
- Preț: 379.86 lei
- Preț: 379.86 lei
- Preț: 380.63 lei
- 15% Preț: 463.20 lei
- 15% Preț: 536.56 lei
- Preț: 376.04 lei
- Preț: 375.62 lei
- Preț: 374.85 lei
- Preț: 379.48 lei
- Preț: 376.80 lei
- Preț: 378.34 lei
- Preț: 376.43 lei
- Preț: 444.35 lei
- Preț: 379.48 lei
- Preț: 478.92 lei
- Preț: 378.92 lei
- Preț: 380.07 lei
- Preț: 377.57 lei
- Preț: 489.30 lei
- Preț: 443.97 lei
- Preț: 489.30 lei
- Preț: 445.12 lei
- Preț: 489.30 lei
- Preț: 377.57 lei
- Preț: 478.53 lei
- Preț: 379.82 lei
- Preț: 345.71 lei
Preț: 340.83 lei
Nou
Puncte Express: 511
Preț estimativ în valută:
65.23€ • 67.29$ • 55.20£
65.23€ • 67.29$ • 55.20£
Carte tipărită la comandă
Livrare economică 04-18 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781461446354
ISBN-10: 146144635X
Pagini: 54
Ilustrații: VIII, 47 p. 12 illus., 2 illus. in color.
Dimensiuni: 155 x 235 x 7 mm
Greutate: 0.09 kg
Ediția:2013
Editura: Springer
Colecția Springer
Seria SpringerBriefs in Optimization
Locul publicării:New York, NY, United States
ISBN-10: 146144635X
Pagini: 54
Ilustrații: VIII, 47 p. 12 illus., 2 illus. in color.
Dimensiuni: 155 x 235 x 7 mm
Greutate: 0.09 kg
Ediția:2013
Editura: Springer
Colecția Springer
Seria SpringerBriefs in Optimization
Locul publicării:New York, NY, United States
Public țintă
ResearchCuprins
1. Introduction (Amazon’s Dynamo, Google’s BigTable, Apache Cassandra).-2. Social Locality in Data Storage (Perfect vs. Imperfect Social Locality, Assumptions and Notations, Optimization Objectives, Multi-Objective Optimization).- 3. S-PUT (Approach, Algorithm, Numerical Results, Notes).- 4. S-CLONE (Approach, Algorithm, Numerical Results, Notes)- 5. Epilogue. –References.
Recenzii
From the reviews:
“This short and concisely presented survey concludes with a discussion of two socially aware systems: S-PUT, for data partitioning, and S-CLONE, for data replication. The latter part of the book discusses these systems in detail, including system design, algorithms (with equations), and analysis results. … I recommend it as an enjoyable read for anyone who is interested in database design, especially in the context of social media applications. Computer science students especially should look at it.” (Alyx Macfadyen, ACM Computing Reviews, December, 2012)
“The objective of this book is to present a new approach to social data storage which optimizes the distribution and replication of data. … The book is clearly written and structured, also the illustrations help readers to understand the presented concepts. The book is aimed at graduate and PhD students, software engineers and researchers interested in designing and implementing efficient distributed storage systems.” (Mihai Gabroveanu, Zentralblatt MATH, Vol. 1257, 2013)
“This short and concisely presented survey concludes with a discussion of two socially aware systems: S-PUT, for data partitioning, and S-CLONE, for data replication. The latter part of the book discusses these systems in detail, including system design, algorithms (with equations), and analysis results. … I recommend it as an enjoyable read for anyone who is interested in database design, especially in the context of social media applications. Computer science students especially should look at it.” (Alyx Macfadyen, ACM Computing Reviews, December, 2012)
“The objective of this book is to present a new approach to social data storage which optimizes the distribution and replication of data. … The book is clearly written and structured, also the illustrations help readers to understand the presented concepts. The book is aimed at graduate and PhD students, software engineers and researchers interested in designing and implementing efficient distributed storage systems.” (Mihai Gabroveanu, Zentralblatt MATH, Vol. 1257, 2013)
Caracteristici
Discusses existing storage solutions for today's most popular online social networks (OSNs). Hot topic of social networks will appeal to a broad readership Fuses existing literature and new methods