Home > OS >  whether hive or sqflite good for handling large amount of data in flutter
whether hive or sqflite good for handling large amount of data in flutter

Time:01-30

i am trying to create a note keeping app using flutter. I am confused that whether i should use hive or sqflite. which is good for dealing with large amount of data.

CodePudding user response:

with hive, size of application will increase & also sqflite is boring. i think floor or drift are the best options that we have.

CodePudding user response:

I prefer to use hive because hive is simple to use and has good performance. If you look at the following benchmarks :link, it can be seen that hive is superior to sqflite

And sometimes we are faced with complex data storage like this case: link. Hive can solve the case more easily

  •  Tags:  
  • Related