We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many offline reports depend on querying the observation value. Since this is stored in JSON it cannot be queried - hence they are terribly slow. When we started off Mixed data type wasn't available. Now it is. If we migrate valueJSON to structured data type then it may become queryable - https://www.mongodb.com/docs/realm/sdk/react-native/model-data/data-types/property-types/#std-label-react-native-supported-property-types. From the doc it seems it can be indexed too - realm/realm-js#3389 We can do a spike for this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Many offline reports depend on querying the observation value. Since this is stored in JSON it cannot be queried - hence they are terribly slow. When we started off Mixed data type wasn't available. Now it is. If we migrate valueJSON to structured data type then it may become queryable - https://www.mongodb.com/docs/realm/sdk/react-native/model-data/data-types/property-types/#std-label-react-native-supported-property-types. From the doc it seems it can be indexed too - realm/realm-js#3389
We can do a spike for this.
The text was updated successfully, but these errors were encountered: