CosmosDB Linq GroupBy
Hi, it is my first project using CosmosDB and it seems like GroupBy is not supported in CosmosDB Linq. Is there any workarounds for this? I prefer not writing the SQL-like syntax if possible, and not pulling everything from the db and process in memory..
Thanks in advance
1 Reply
I mean you definitely don't want to pull everything, I'd never not use sql syntax tbh; what is your aversion?
I mean there's also just not a work around to be clear, either you write the query in text or or you do something horrible like pull back everything.