pg_jsonschema
pg_jsonschema copied to clipboard
Cache JSON schema
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