Store and Cache
Store
Store Element in Cortex are interfaces for external data stores like RDBMS, MongoDB, Redis, and Elasticsearch using Table Node tables as a proxy.
Store Element enables creating, reading, updating, and deleting data in these external stores.
Depending on the store implementation, some may support primary keys for uniqueness and indexes for better searchability.
If Store Element is enabled in a Table Node, I/O latency with external stores can be higher than in-memory tables.
For highly latency-critical Applications that also use a Table Node; enabling Store Element is not recommended.
This can be mitigated by using a cache to keep frequently accessed data in-memory, speeding up data retrieval. Stores are particularly useful for accessing and manipulating data in common databases shared with other systems.-
Cache
This page is currently under construction and will be available soon. In the meantime, please refer to the UI texts for further information and guidance.
Size
Cache Policy
Retention Period
Last updated