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
Post a Comment