Opened 4 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) .

Change History (1)

comment:1 by Raúl Marín <git@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 10c9dc2/git:

Share gserialized objects between different cache types

Closes https://github.com/postgis/postgis/pull/564/
Closes #4677

Note: See TracTickets for help on using tickets.