We use partition keys to partition tenants in some of our cosmos databases. I would like to be able to set the feed option property to allow this to happen, otherwise some queries take minutes to come back without the partition key when they should come back in milliseconds.
Not sure how it would work for stored procedures but I also need it for that as well. I tried running a stored procedure today and I received an exception stating that I was missing the partition key.
We use partition keys to partition tenants in some of our cosmos databases. I would like to be able to set the feed option property to allow this to happen, otherwise some queries take minutes to come back without the partition key when they should come back in milliseconds.
Not sure how it would work for stored procedures but I also need it for that as well. I tried running a stored procedure today and I received an exception stating that I was missing the partition key.
Thanks!