File size: 1,149 Bytes
38c314f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
{
"memory_tiers": {
"tier_1_hot": {
"latency": "<10ms",
"purpose": "Reflex + Nervous State",
"dbs": [
"DragonflyDB",
"Redis",
"KeyDB"
]
},
"tier_2_warm": {
"latency": "<50ms",
"purpose": "Working Memory",
"dbs": [
"InfluxDB",
"PostgreSQL",
"Qdrant"
]
},
"tier_3_indexed": {
"latency": "<200ms",
"purpose": "Searchable Knowledge",
"dbs": [
"Elasticsearch",
"MongoDB",
"JanusGraph"
]
},
"tier_4_deep": {
"latency": "<1s",
"purpose": "Pattern Ocean",
"dbs": [
"TimescaleDB",
"ChromaDB",
"Cassandra"
]
},
"tier_5_archive": {
"latency": ">1s",
"purpose": "Eternal Vault",
"dbs": [
"FoundationDB",
"Weaviate",
"Vault"
]
},
"tier_6_specialized": {
"latency": "Special",
"purpose": "Cognitive Tools",
"dbs": [
"Druid",
"FAISS",
"etcd",
"Prometheus"
]
}
},
"total_databases": 29,
"active_integration": 17
} |