diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2015-03-27 16:13:55 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2015-03-27 16:13:55 -0600 |
commit | a8ee2caab13f381bcdb552d5f95f89e03d204d8f (patch) | |
tree | 0b9c3099d7f331a9e8ed7d5a08845b5eaeb458f5 /README.md | |
parent | README (diff) | |
download | dedo-a8ee2caab13f381bcdb552d5f95f89e03d204d8f.tar.gz dedo-a8ee2caab13f381bcdb552d5f95f89e03d204d8f.tar.xz |
Add link to page reclamation comment.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -557,6 +557,11 @@ Here are a few things to note when evaluating and using Bolt: to grow. However, it's important to note that deleting large chunks of data will not allow you to reclaim that space on disk. + For more information on page allocation, [see this comment][page-allocation]. + +[page-allocation]: https://github.com/boltdb/bolt/issues/308#issuecomment-74811638 + + ## Other Projects Using Bolt Below is a list of public, open source projects that use Bolt: |