Closed detj closed 2 weeks ago
Change the skip index type from minmax to bloom_filter for the user_id field in sessions table. It was mistakenly set to minmax.
minmax
bloom_filter
user_id
sessions
Summary
Change the skip index type from
minmax
tobloom_filter
for theuser_id
field insessions
table. It was mistakenly set tominmax
.