You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb-postgresql/test/perf/CDB_HexagonGridPerf.sql

7 lines
308 B

-- 25690 cells covering full webmercator extent
-- real 0m9.448s -- as of e0e76843f785a420c277a6fb2f762601570ffb98
-- real 0m0.243s -- as of 50c487b83837e4d5216fcc19d637dd8db6baa44a
SELECT count(*) FROM (
SELECT CDB_HexagonGrid(ST_MakeEnvelope(-20194051, -20194051, 20194051, 20194051), 156543) ) f;