-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for computed fields #8
Comments
Introduce `DocumentHandler` abstraction which generates the computed sub document depending on input document type
Integrate `DocumentHandler` with `MongoDbStore`. The computed fields are stored under `_computed` key
Currently the computed fields are supported for following cases WhisksFor entities stored in whisk collection following fields are computed
|
Some of the CouchDB views use computed fields for query evaluation. For e.g. view for rules computes a
root
namespace when namespace is a multi segment pathFor supporting such cases in non CouchDB store we would introduce a sub document under
_computed
key which would be used to store such fields. This would allow us to created suitable matching indexed and also perform query against such fieldsRequired for Query Support #1
The text was updated successfully, but these errors were encountered: