create index user_phone_create_time_index on user (phone asc, create_time desc); create index user_create_time_index on user (create_time desc);