-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Potential SQL performance improvement #585
Comments
On our app the disk write report shows that Mixpanel consumes in total 48% across several traces |
@zihejia This is the majority of our disk usage and we send a relatively small number of events. Could we potentially get this optimized in the next few weeks? Again I'm not an SQL expert but it seems like adding an index is relatively straightforward? |
@RamblinWreck77 @weibel The Apple docs say...
Are either of you seeing those suggestions or any others? I am going to look into this and see what we can do. EDIT: Ah, I see the screenshot above does suggest an index. |
@RamblinWreck77 @weibel I've released |
@jaredmixpanel FWIW, this one update (mixpanel update was the only change) has reduced our disk writes MB/day to 1/5th the previous value |
Version: 4.0.4
Seemed different enough from #584 to warrant its own issue, but I also noticed this in the disk report section:
Code:
The text was updated successfully, but these errors were encountered: