Storing Key Value Like Data in Google Cloud Storage -


since google cloud storage supports object change notifications, fits in programming model of enriching objects inserted bucket service can detect item , react accordingly. takes away need manually build notification service around object changes.

however, let's store row level data (each data item, e.g. user profile name change/add) on cloud storage user id id, , actual "name" value, result in large number of small objects in bucket. while can allow system analyses data (say spam detection), not recommended? (due large number of small objects)

thanks in advance!

a large number of small objects supported in gcs.

you might, however, interested in more structured database approach storing user info:


Comments

Popular posts from this blog

javascript - Replicate keyboard event with html button -

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Web audio api 5.1 surround example not working in firefox -