Postgresql – Multiple-dimensional index on two float columns
Suppose the following data: user_id timestamp value -------------------------- 2983 2022-01-01 12:01 100 2983 2022-01-01 12:04 106 2983 2022-01-01 12:06 101 2983 2022-01-01 12:10 110 2983 2022-01-01 12:11 112 2983 2022-01-01 12:13 115 2983 2022-01-01 12:15 102 I'm trying to perform…