What are your experiences with @postgresql jsonb columns as document store?
Is it easy to use from a Spring App? How fast is it? What are its limitations?
What are your experiences with @postgresql jsonb columns as document store?
Is it easy to use from a Spring App? How fast is it? What are its limitations?
I am using it in the AI Horde for mostly immutable fields which I don’t need to search often (although sometimes I might use them for DB filtering).
They work well in the way I use them, no complains so far.