- index-access-storage
- index-access-memory
- index-access-fs
- index-access-s3
Interface describing random access read/write.
Implementation of index-access-storage
for memory.
Useful for testing or ephemeral storage.
Implementation of index-access-storage
for file system storage.
The most basic persistent implementation, no performance optimizations.
All writes are immediately flushed - low throughput, durability.
Implementation of index-access-storage
for S3-compatible APIs.