pg_jsonschema icon indicating copy to clipboard operation
pg_jsonschema copied to clipboard

Cache JSON schema

Open Hades32 opened this issue 3 years ago • 0 comments

Just an improvement idea:

As I assume this is mostly going to be used in CHECK constraints, the number of schemas in use will be very small. It would probably speed up validation a bit if you compiled the schemas and added a (LRU?) cache for them

Hades32 avatar Sep 21 '22 08:09 Hades32