Clarify btreedb docs
This commit is contained in:
parent
c43992aa04
commit
f99abb9fa9
@ -29,8 +29,8 @@ private fun readHeader(reader: RandomAccessFile, required: Char) {
|
|||||||
/**
|
/**
|
||||||
* General purpose binary object storage, employing copy-on-write updates.
|
* General purpose binary object storage, employing copy-on-write updates.
|
||||||
*
|
*
|
||||||
* This database is designed to read/write *small* files, since any read/write operation
|
* This database is designed to read/write small blobs, since any read/write operation
|
||||||
* must be able to fully store the file in question in memory.
|
* must be able to fully store the blob in question in memory.
|
||||||
*
|
*
|
||||||
* Smallest unit of work is defined as block. Default block size is 4096 bytes (which includes block header and pointer to next block).
|
* Smallest unit of work is defined as block. Default block size is 4096 bytes (which includes block header and pointer to next block).
|
||||||
* See [create] for more details.
|
* See [create] for more details.
|
||||||
|
Loading…
Reference in New Issue
Block a user