Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>NoSQL adopters often ... ended up with unmaintainable messes

learning SQL seems much more straightforward than learning NoSQL. personally I'd like to find a good resource that will help me use a non-relational database without creating a mess



> I'd like to find a good resource that will help me use a non-relational database without creating a mess

My plan for the day when someone requires me to use NoSQL is to say that postgres supports JSON/JSONB perfectly so I can use that as a NoSQL database and then use the relational part to keep me out of the mess...


Normalization is a thing in NoSQL and SQL. When you end up with data skip and tons of duplication it can get pretty crazy. Being able to normalize data fits with most data models so much better because data is mostly a collection of related bits of information.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: