objectbox / objectbox-dart

Flutter database for super-fast Dart object persistence
https://docs.objectbox.io/getting-started
Apache License 2.0
1.02k stars 117 forks source link

why objectbox data.mdb still increment size same data put with fix id ? #356

Closed yyong37 closed 2 years ago

yyong37 commented 2 years ago

i have some data with assignable id~ when i test loop insert, the data.mdb incrment size.

why ? it use mode put is not replace object ? the incrmented is what ?

i test before box clear(), replactionship clear. is still ~

yyong37 commented 2 years ago

cuz ObjectBox relies on multi-version concurrency storage based on "copy on write". ?