I am querying data against one field where the datatype is Datetime for example my query looks like this,
Select * from c where c.datetime >= '19/04/2021' and c.datetime <= '23/04/2021'and c.age = 25
there is no issue while reading the data but it's taking too much time and RU's.
can someone suggest me or help me by giving me a example code to add the range or composite indexes in cosmos indexing policy for the above query.
