hive
hive copied to clipboard
when update data, the hive file is larger?
Question When call put() with the same key, the data is Updated success, but the hive file is larger and larger ?
Code sample
String s = "xxxxxxxx";
box.put(1, s);
Version
- Platform: iOS, Android, Mac, Windows, Linux, Web
- Flutter version: [e.g. 3.3]
- Hive version: [e.g. 2.2.3]
try use box.compact()