This document discusses the speaker's experience working for Code for Japan from 2015 to 2017. It notes that the speaker has been involved in IT since 2015 and helped launch an IT startup in 2015. It also mentions that the speaker has collaborated with Code for America and Code for Japan on various civic technology projects since 2014.
The document discusses database indexing and optimization. It explains the concepts of primary keys, covering indexes, and read/write operations. It also provides examples of using indexes to optimize queries and discusses how MySQL handles read and write operations through its binary log and relay log.
Social Web Japan Vol.3 "Social Application and their support services"Naoyuki Yamada
?
Social games are designed to be played together with friends according to Kristian Segerstrale of Playfish. These games allow people to play collaboratively or competitively with their friends. The key aspect is that social games are meant to be played socially with other people rather than solely by oneself.
The document discusses database indexing and optimization. It explains the concepts of primary keys, covering indexes, and read/write operations. It also provides examples of using indexes to optimize queries and discusses how MySQL handles read and write operations through its binary log and relay log.
Social Web Japan Vol.3 "Social Application and their support services"Naoyuki Yamada
?
Social games are designed to be played together with friends according to Kristian Segerstrale of Playfish. These games allow people to play collaboratively or competitively with their friends. The key aspect is that social games are meant to be played socially with other people rather than solely by oneself.
2. 今回取り上げる論文?資料
TAO: Facebook's Distributed Data Store for the Social
Graph ? Publications ? Research at Facebook?
https://research.facebook.com/publications/
161988287341248/tao-facebook-s-distributed-data-
store-for-the-social-graph/
TAO: The power of the graph?
https://www.facebook.com/notes/facebook-engineering/
tao-the-power-of-the-graph/10151525983993920
TAO: Facebook s Distributed Data Store for the Social
Graph ? USENIX?
https://www.usenix.org/conference/atc13/technical-
sessions/presentation/bronson
4. 目次
- Abstract
- 1. Introduction
- 2. Background
- 3. TAO Data Model and API
- 4. TAO Architecture
- 5. Implementation
- 6. Consistency and Fault Tolerance
- 7. Production Workload
- 8. Performance
- 9. Related Work
- 10. Conclusion
13. 3.3 Association API
edgeの多くは双方向?
- 友だち関係のように、相互に対称なもの?
- 許可している←→されているのように非対称なもの
atypeはinverse-typeを持ち、対になっている
Associationを1つの操作で扱えるようにしている
14. 3.4 Association Query API
Association List という単位
でデータをクエリする
AliceのCheckinに関するコメ
ント最新50件?
→assoc_range
GG Bridgeに対するChekin数?
→ assoc_count
GG BridgeのCheckIn履歴を
取得?
→assoc_get