lightblue-platform / lightblue-mongo

MongoDB backend for lightblue
GNU General Public License v3.0
3 stars 14 forks source link

Used pooled sequences for sequence generation #362

Open bserdar opened 7 years ago

bserdar commented 7 years ago

In metadata, add poolSize:n where n>0. When sequence is generated, add n to the sequence, and use the generated numbers for the next n calls.

bserdar commented 7 years ago

https://github.com/lightblue-platform/lightblue-mongo/pull/367