mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-31 11:42:30 +00:00
Merge pull request #252 from extemporalgenome/patch-1
Fixed typo in README.md
This commit is contained in:
commit
a6934a4f5b
@ -427,7 +427,7 @@ Here are a few things to note when evaluating and using Bolt:
|
|||||||
* Bulk loading a lot of random writes into a new bucket can be slow as the
|
* Bulk loading a lot of random writes into a new bucket can be slow as the
|
||||||
page will not split until the transaction is committed. Randomly inserting
|
page will not split until the transaction is committed. Randomly inserting
|
||||||
more than 100,000 key/value pairs into a single new bucket in a single
|
more than 100,000 key/value pairs into a single new bucket in a single
|
||||||
tranaction is not advised.
|
transaction is not advised.
|
||||||
|
|
||||||
|
|
||||||
## Other Projects Using Bolt
|
## Other Projects Using Bolt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user