I want to store data with every request (what user viewed what page of my site).
With each request I will put the data (~100 bytes) in the memcache.
Every 5 seconds I will persist that data from the memcache to the datastore.
How rare would data loss be in this scenario?