]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add release note for libcephsqlite
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 24 Mar 2021 23:14:33 +0000 (16:14 -0700)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 31 Mar 2021 15:44:11 +0000 (11:44 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
doc/releases/pacific.rst

index f57293f12e39498d8b7601dba876a4902b6686c3..c1eec7acabf90222f245aae346755ecd2463c825 100644 (file)
@@ -7,6 +7,15 @@ This is the Release Candidate of the Pacific series.
 Notable Changes
 ---------------
 
+* A new library is available, libcephsqlite. It provides a SQLite Virtual File
+  System (VFS) on top of RADOS. The database and journals are striped over
+  RADOS across multiple objects for virtually unlimited scaling and throughput
+  only limited by the SQLite client. Applications using SQLite may change to
+  the Ceph VFS with minimal changes, usually just by specifying the alternate
+  VFS. We expect the library to be most impactful and useful for applications
+  that were storing state in RADOS omap, especially without striping which
+  limits scalability.
+
 * New ``bluestore_rocksdb_options_annex`` config parameter. Complements
   ``bluestore_rocksdb_options`` and allows setting rocksdb options without
   repeating the existing defaults.