measure-sh / measure

Measure is an open source tool to monitor mobile apps.
https://measure.sh
Apache License 2.0
543 stars 27 forks source link

Change skip index type of `user_id` in `sessions` table #1504

Closed detj closed 2 weeks ago

detj commented 2 weeks ago

Summary

Change the skip index type from minmax to bloom_filter for the user_id field in sessions table. It was mistakenly set to minmax.