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
- "full", means it has been optimized for both storage, and query operations.
33
35
- "storage" means does not support optimization for queries, for large queries, this can have detrimental performance implication, as the apistack will need to iterate a large number of data.
34
36
- Hazelcast require a custom build / deployment with the JavaCommons JAR file to support the required functionality
35
37
- MySQL connection / db seems to support only up to 16 digits of accuracy
38
+
- Requires read-after-write consistency, for expected behaviour, use w=majority&readConcernLevel=linearizable
0 commit comments