RailsEventStore / rails_event_store

A Ruby implementation of an Event Store based on Active Record
http://railseventstore.org
MIT License
1.41k stars 121 forks source link

batch enumerator optimization #1711

Closed pjurewicz closed 9 months ago

pjurewicz commented 9 months ago

no need to fetch next batch if the previous one is smaller than specified batch size (related to #1708)