GitHub user Xuanwo edited a discussion: New Users: SlateDB, An embedded database built on object storage.
[SlateDB](https://slatedb.io/) is an embedded storage engine built as a [log-structured merge-tree](https://en.wikipedia.org/wiki/Log-structured_merge-tree). Unlike traditional LSM-tree storage engines, SlateDB writes data to object storage (S3, GCS, ABS, MinIO, Tigris, and so on). Leveraging object storage allows SlateDB to provide bottomless storage capacity, high durability, and easy replication. The trade-off is that object storage has a higher latency and higher API cost than local disk. --- SlateDB now uses OpenDAL's OSS support through the opendal object_store integration. GitHub link: https://github.com/apache/opendal/discussions/6409 ---- This is an automatically sent email for dev@opendal.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@opendal.apache.org