andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.74k stars 521 forks source link

Works very fast in debug, but works very slow in production #548

Closed valery-lavrik closed 1 year ago

valery-lavrik commented 1 year ago

"Bulk insert" works very fast during development (in debug mode) but after the build, "Bulk insert" starts to work very slowly. about 10 times slower. What could be the reason?