We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add the section to describe stale block reusing feature
Add the documentation for encryption support
Add the documentation for fdb_estimate_space_used, fdb_get_file_version, and fdb_get_lib_version APIs
Add the documentation for new APIs
minor syntax error correction in api example for fdb_rollback_all
fdb_rollback_all() explanation and syntax
fdb_doc_set_seqnum and explain dropping of deletes unless !purging_interval
Updated Public APIs (markdown)
fdb_init() needed documentation.
Minor adaptions on CoW-based compaction paragraphs
Add some examples for reusing fdb_doc instance in fdb_iterator_get API
Add the explanation and example of fdb_compact_upto API
Add the explanation and example of fdb_get_all_snap_markers API
Add the in-memory snapshot explanation to the snapshot section.
Remove key length limitation statement.
Minor corrections in iterator API section
Add fdb_iterator_seek_to_min and fdb_iterator_seek_to_max APIs
Adapt the iterator API section to reflect the new iterator API changes.
Change fdb_kvs_handle to fdb_handle as fdb_kvs_handle doesn't seem to exist in the current code base.
Minor grammar corrections.
Make file and kv store distinction more clear.