Changes between Initial Version and Version 1 of Ticket #4750, comment 2
- Timestamp:
- 09/05/20 14:46:19 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4750, comment 2
initial v1 8 8 Then running the query testing both computed columns, they are back to 30 secs to complete. 9 9 I'm going to revisit this to see if they become fast again. Maybe some external process is fixing things. 10 11 Also confirmed both have a bbox as no records returned with below query 12 13 14 {{{ 15 SELECT * 16 FROM test.co_random_points p 17 WHERE NOT PostGIS_HasBBox(way_buffer); 18 }}}