Changes between Initial Version and Version 1 of Ticket #5268, comment 6


Ignore:
Timestamp:
Nov 4, 2022, 1:58:30 PM (20 months ago)
Author:
latot

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5268, comment 6

    initial v1  
    2828
    2929Thx!.
     30
     31
     32Edited:
     33
     34Checking this more, part of this can be achieved with something like ST_IsNull, but, I have two concerns
     35
     36One of them is if there is done too much ST_IsProperty_Name, check every one of them can be harder, so I think would be great has other way to know the properties of the vector.
     37
     38Second is performance, know the properties is good, someone may say that some times is not necessary and is true, but there is some times when we need it, and, there is the case you think is not necessary just you wasn't able to consider all the edge cases, and is right. So a way to can know this without affect too much would be great, I'm thinking in the case written above, where ST_MakeValid has impact, but we don't need it all the time, all is case by case.