Is a composite index row created for an entity if one of the properties is missing ?
If half of the entities are missing one property will the index table be only half the size ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well according do the development console, it does not.
If a property required for the composite index is missing there is one write op less.
Also, if you remove a composite index definition from the index.yaml and refresh the datastore viewer all write ops needed are updated.