schema:
{ A: { X: "string", Y: "string", Z: "string" } }
Is it possible to index A and have this index used when querying for A.X, A.Y, or A.Z?
schema:
{ A: { X: "string", Y: "string", Z: "string" } }
Is it possible to index A and have this index used when querying for A.X, A.Y, or A.Z?
Copyright © 2021 Jogjafile Inc.