You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database for searching executions and events is different from the transactional database. They differ not only in the data model but also in the required capabilities. The transactional database a.k.a WRITE database does not need to support any indexed search, unlike the search database which should support pagination and other complex queries.
The searchDB should be used on the API for querying events and executions
The text was updated successfully, but these errors were encountered:
https://github.com/deco-cx/durable/blob/main/backends/search.ts
The database for searching executions and events is different from the transactional database. They differ not only in the data model but also in the required capabilities. The transactional database a.k.a WRITE database does not need to support any indexed search, unlike the search database which should support pagination and other complex queries.
The searchDB should be used on the API for querying events and executions
The text was updated successfully, but these errors were encountered: