this post was submitted on 06 Nov 2024
8 points (100.0% liked)

PostgreSQL

655 readers
14 users here now

The world's most advanced open source relational database

Project
Events
Podcasts
Related Fediverse communities

founded 1 year ago
MODERATORS
 

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?

#postgresql #json #databases

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 14 hours ago

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.