Hello @Nandu S Raj
Thanks for the question and using MS Q&A forum.
When a property in a document has a datatype that differs from what is specified in the base schema, that property is not included in the analytical store at all. This means that:
The property is completely ignored for that document in the column store.
There is no placeholder or null value stored for that property; it is simply omitted from the analytical store representation.
This design choice helps maintain the integrity and performance of the analytical store, ensuring that only properties with compatible datatypes are available for analytical queries.
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click `Accept Answer`
and `Yes`
for was this answer helpful. And, if you have any further query do let us know.