Improved documentation
This commit is contained in:
parent
d233cad2ba
commit
f37a2bd74b
@ -74,4 +74,5 @@ Make sure you `defer collection.Sync()` to ensure that queued writes will be han
|
|||||||
|
|
||||||
### storage.Directory
|
### storage.Directory
|
||||||
|
|
||||||
`storage.Directory` creates a directory for your records and saves each record in a separate file. The performance of this method heavily depends on the file system you are using.
|
`storage.Directory` creates a directory for your records and saves each record in a separate file.
|
||||||
|
The performance of this method heavily depends on the file system you are using but in general `storage.File` should be preferred as it provides much better performance.
|
||||||
|
Loading…
Reference in New Issue
Block a user