Skip to content

Persistent Storage

Lucas Parzianello edited this page Oct 11, 2019 · 1 revision

Persistent Storage Types

Name Accessed by Properties Options
URL Map Domain Balancer Small size / key-value / fast rw / multi-level index is desirable / low consistency needs In-memory storage: selected Redis
Inverted Index Indexer and Search Server Intermediary size / key-value / fast updates / concurrent rw / low consistency needs MongoDB or AWS DynamoDB
Object Storage Crawler and Cndexer Large size / document / concurrent rw / fast writes / low consistency needs AWS S3 or GlusterFS

Clone this wiki locally