if I have multiple users who want to update the same entity for it's profile information at the same time, what will happen then I wouldn't work because of 1 write per second, and the this is no a good choice for my app?
thanks I saw the entire video I get the answer instead of having a auto generated ID, use a composite ID like reviewId-userId and gameId indexed to get million or writes per second, look like strongly consistent
It would be informative to cover cases how some companies moving from relational to nosql solution with Datastore. Understanding it is case by case however some ideas on transition would help.
@4:20 - Why is cost not considered for deciding on which storage solution to go with? The main reason I am planning to use Cloud Datastore instead of Cloud Spanner or Firebase Realtime DB is costing.
Because cost is generally a last step and is highly dependent on use-case among other factors. Any of those 3 products could be more expensive or more economical depending on scale and how it is intended to be used. There will also be a trade-off in engineering time, etc, for different workloads which is hard to figure into basic guidelines. @4:20 is a cheat-sheet for what we see as the major path most customers take. As with anything, what is most applicable will very by your own needs.
Google team please consider my request , im student i really want you to do summit related to cloud computing in North India so that cloud jobs increase in n number . Thanks for your consideration And Love you Google
if I have multiple users who want to update the same entity for it's profile information at the same time, what will happen then I wouldn't work because of 1 write per second, and the this is no a good choice for my app?
thanks I saw the entire video I get the answer instead of having a auto generated ID, use a composite ID like reviewId-userId and gameId indexed to get million or writes per second, look like strongly consistent
It would be informative to cover cases how some companies moving from relational to nosql solution with Datastore. Understanding it is case by case however some ideas on transition would help.
11:45 how doed one app engine instsnce can have an affinity for a game world zone? We make our own systrm or GCP had a builtin feature?
Do you publish the slides somewhere?
@4:20 - Why is cost not considered for deciding on which storage solution to go with? The main reason I am planning to use Cloud Datastore instead of Cloud Spanner or Firebase Realtime DB is costing.
Because cost is generally a last step and is highly dependent on use-case among other factors. Any of those 3 products could be more expensive or more economical depending on scale and how it is intended to be used. There will also be a trade-off in engineering time, etc, for different workloads which is hard to figure into basic guidelines. @4:20 is a cheat-sheet for what we see as the major path most customers take. As with anything, what is most applicable will very by your own needs.
"If you look at the source code...". Yes, but where is the source code?
Google team please consider my request , im student i really want you to do summit related to cloud computing in North India so that cloud jobs increase in n number . Thanks for your consideration And Love you Google
Will Cloud Datastore add events for Cloud Functions in the near future?
We generally don't talk publicly about roadmaps