AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: You're implementing a new storage system for your gcp video

Question 1 Be Honest
« Back   Next data-engineer-pro Certification Question »
Answer

Full Certification Question

You're implementing a new storage system for your mobile application, which serves as a media streaming service, opting for Google Cloud Datastore. Within your entities, several properties can hold multiple values. For instance, in the 'Movie' entity, the properties 'actors' and 'tags' may have multiple values, while 'date released' does not. Typical queries might request all movies with a specific actor or tag, ordered by their release dates. How can you prevent a combinatorial explosion in the number of indexes?