mixpanel / mixpanel-iphone

Official iOS (Objective-C) Tracking Library for Mixpanel Analytics
http://mixpanel.com
Apache License 2.0
1.05k stars 567 forks source link

Add indexes and enable WAL mode on SQLite #1013

Open weibel opened 1 year ago

weibel commented 1 year ago

Integration Method: CocoaPods Xcode Version: 14.3 Library Version: 5.0.2 Platform: iOS Language: Swift & Objective-C Description: Mixpanel uses close to 50% of our apps disk writes Expected Behavior: Write less to disk

Apply this fix (https://github.com/mixpanel/mixpanel-swift/pull/600) from the Swift project to this project.