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
| struct.simple | in-production | reference implementation, not recommended for use | storage | storage | storage | storage |
21
+
| struct.cache | in-production | local instance caching, useful for WORM data | storage ||||
22
+
| jsql | in-production |*with limits: see SQL support notes below | full | full | full | full |
23
+
| hazelcast.cache | in-production || full | full | full ||
24
+
| hazelcast.store | in-production || full | full | full ||
25
+
| file.simple | in-production ||||| storage |
26
+
| file.layered | in-production ||||| storage |
27
+
| ignite | development | roadmap |||||
28
+
| cockroachdb | development | roadmap |||||
29
+
30
+
**Important notes**
31
+
32
+
- "full", means it has been optimized for both storage, and query operations.
33
+
- "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
+
- Hazelcast require a custom build / deployment with the JavaCommons JAR file to support the required functionality
35
+
- MySQL connection / db seems to support only up to 16 digits of accuracy
27
36
28
37
# Data Structures
29
38
@@ -35,7 +44,3 @@ Followed by `DStack` which faciltates the stacking of data backend provider for
35
44
| FileWorkspaceMap | development | File workspace storage support |
0 commit comments