1
Perché st_intersects è più veloce di &&
È una tabella di punti. ~ 1 milione di record SELECT COUNT(*) as value FROM alasarr_social_mv s; Output: 976270 Sembra che le forze di st_intersects utilizzino gli indici spaziali, ma && no. Campione usando ST_Intersects(282ms) SELECT COUNT(*) as value FROM alasarr_social_mv WHERE ST_Intersects( the_geom_webmercator, ST_MakeEnvelope(-410961,4920492,-402305,4926887,3857) ) Aggregate (cost=34370.18..34370.19 rows=1 width=0) …