ostafen / clover

A lightweight document-oriented NoSQL database written in pure Golang.
MIT License
666 stars 55 forks source link

Feature/count-optimization #74

Closed ostafen closed 2 years ago

ostafen commented 2 years ago

Store the size of each collection inside collectionMetadata. This allows to optimize Count() operations involving whole collections.