isar / isar/hive

Hive db takes time to insert data on internet connection.

Open
#1,089 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Dart
Stars
4.4k
Forks
449
PR merge metrics
No merged PRs in 30d

Description

**Question**
I am using hivedb for my database, on inserting data is works fine when my data is fast or not on at all...but once my data get slow, hivedb insert runs slow, i am awaiting the put method to make sure the user sees the data

**Code sample**
```dart
await pref.put(
darkModekey,
!(Theme.of(context).brightness == Brightness.dark),
);
```

**Version**
- Platform: Mac
- Flutter version: 3.3.3
- Hive version:^2.2.3

Contributor guide

No contributing guide indexed for this repository

Research direction

No repository file or test is named in the report. Start with the supplied awaited pref.put call and investigate whether the behavior reproduces with Hive 2.2.3 on Flutter 3.3.3 when the internet connection is slow; done means explaining or correcting the delayed insertion behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
database
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.