Slide 6
Slide 6 text
Difficulty in counting up page view of item in large web
service
• Large web service handles too many requests
• Large web service has too many items
• In general, page view of item overrepresents in all requests
• Usually, page view is only read-only processing except logging
• If it changes to write processing?
• Write's scaling is more difficult than read's
• Asynchronous processing is essential