I am trying to confirm the details of the new pricing effective July 1st. I think an example would work best.
Say I have an entity with 10 attributes. I put an index on all 10 attributes.
1) Now I want to create a new entity, what would be the cost?
2) I want to do a query and it will return 100 entities, what would be the cost ?
3) If I do a projection query(all 10 indexed attributes returned) and again 100 entities returned, what will be the cost?
4) I want to update all 10 indexed attributes of this entity what would be the cost?
Thanks