Opened 5 years ago
Closed 4 years ago
#4677 closed enhancement (fixed)
Share gserialized cache between cache types
Reported by: | Algunenano | Owned by: | Algunenano |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.1.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
See https://github.com/postgis/postgis/pull/559
The idea is to use the same gserialized object for the toasted cache and the tree (or other) cache, so the comparison between pointers works and we save an expensive memcmp for large geometries (which are the one toasted) .
Note:
See TracTickets
for help on using tickets.
In 10c9dc2/git: