info_tfgrid/collections/knowledge_base/technology/primitives/storage/zdb.md
2024-03-25 20:25:18 +00:00

449 B

ZOS-DB (ZDB)

Table of Contents


Introduction

0-db is a fast and efficient key-value store redis-protocol compatible, which makes data persistent inside an always append datafile, with namespaces support.

Use Cases

ZDB is being used as backend storage for Quantum Safe Filesystem.

Overview