Changes between Initial Version and Version 1 of Ticket #5268, comment 6
- Timestamp:
- 11/04/22 13:58:30 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #5268, comment 6
initial v1 28 28 29 29 Thx!. 30 31 32 Edited: 33 34 Checking this more, part of this can be achieved with something like ST_IsNull, but, I have two concerns 35 36 One 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 38 Second 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.