grafeas / grafeas-pgsql

Grafeas with PostgreSQL backend
Apache License 2.0
14 stars 21 forks source link

Store data as JSON data and leverage Postgres JSON types #10

Open c4milo opened 4 years ago

c4milo commented 4 years ago

This will make the data more easily queryable and speed up searching.

argowang commented 3 years ago

Agree. JSONB type would be an even better option for better read performance.