react-native-sqlite-storage icon indicating copy to clipboard operation
react-native-sqlite-storage copied to clipboard

Storage Limit

Open alexkendall opened this issue 3 years ago • 2 comments

Is there a storage limit for this library?

Currently coming across some issues with a very large query. The app works fine for smaller queries.

alexkendall avatar Feb 02 '22 16:02 alexkendall

I'm not sure on limits, but we've had to break large queries into smaller groups. For example one of our queries is 275k records and we break it into 20k groups. A few other threads mention 50k groups as well.

Recently we've switched hermes on in our react-native project and found that our execution time went up 4x. No idea if this is applicable to what you're working on, but it's an issue we're currently trying to work through.

Gavin-PunchCard avatar Feb 04 '22 16:02 Gavin-PunchCard

Hey @Gavin-PunchCard , Can you share some code on how did you break large queries into smaller groups?

It will be really helpful

sjt145 avatar Mar 29 '22 16:03 sjt145