appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
481 stars 27 forks source link

Fix issue #242 #243

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

This causes single-leaf trees to be saved when they reach their max number of entries, so they can be rebuilt (increased in size) when a next batch of add operations is processed.