-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Recently, there are 4 new APIs were added in document store:
-
Aggregate
- CloseableIterator aggregate(final org.hypertrace.core.documentstore.query.Query query)
-
Find
- CloseableIterator find(final org.hypertrace.core.documentstore.query.Query query)
-
count
- long count(final org.hypertrace.core.documentstore.query.Query query)
-
Bulk Operation On Array Value
- BulkUpdateResult bulkOperationOnArrayValue(BulkArrayValueUpdateRequest request) throws Exception
-
Bulk Update
- BulkUpdateResult bulkUpdate(List bulkUpdateRequests) throws Exception
For the above APIs, we have implementation for MongoDB, however, we are lacking its support for Postgres. Can we add the support the support?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels