|
|
|
|
|
by manigandham
2626 days ago
|
|
How were you aggregating data? ComosDB is a document-store and not a relational database and wasn't designed for large-scale aggregations. There are ways to use the Javascript UDFs to aggregate data within a partition but across-partitions is not a good fit for this architecture. |
|