This is only applicable to the CyborgDB SDKs. The REST API is stateless, so you don’t need to load indexes explicitly.
You must provide the exact same index key and configuration that was used when the index was originally created.
For production use, we recommend that you use an HSM or KMS solution for key management.
For more details, see Managing Encryption Keys.
Index Caching
Index caching is handled automatically by the CyborgDB service. The service optimizes performance through:- Automatic Caching: Frequently accessed indexes are cached automatically
- Smart Eviction: Least recently used indexes are evicted when memory is needed
- Server-Side Optimization: No client-side cache configuration required