micro-elements / MicroElements.FileStorage

File document database for .Net
MIT License
3 stars 3 forks source link

Async API #1

Open petriashev opened 6 years ago

petriashev commented 6 years ago

Async API for document collection

petriashev commented 6 years ago

At this moment all data are cached on DataStore.Initialize so Search document by key is sync. If we want lazy loading data mode (for big data sets) then async can help increase performance.