Changes between Initial Version and Version 1 of Ticket #4750, comment 2


Ignore:
Timestamp:
Sep 5, 2020, 2:46:19 PM (4 years ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4750, comment 2

    initial v1  
    88Then running the query testing both computed columns, they are back to 30 secs to complete.
    99I'm going to revisit this to see if they become fast again.  Maybe some external process is fixing things.
     10
     11Also confirmed both have a bbox as no records returned with below query
     12
     13
     14{{{
     15SELECT  *
     16FROM test.co_random_points p
     17WHERE NOT PostGIS_HasBBox(way_buffer);
     18}}}