-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
I noticed, this library does not support id based routing.
Currently, when this library calls e.g. Querybuilder->save, it calls cosmos REST API 3 times.
- listDatabases to get database _rid
- listCollections to get collection _rid
- and finally either replaceDocument or createDocument to save document
This becomes unnecessary, when id based routing is used.
I have working implementation at my fork, altough not completely implemented nor tested:
https://github.com/tonila/cosmosdb
Feel free to check it out.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels