Comment on Some misconceptions about NoSQLparentComments−jrockway16yIf you can't do it with objects, what structure do you use in-memory?−kingkongreveng_16yUse objects in memory. I'm just saying the relational <-> object mapping is a necessary evil because in the long run with complex data you'll suffer for your sin of skipping normalization.
Comments
If you can't do it with objects, what structure do you use in-memory?
Use objects in memory. I'm just saying the relational <-> object mapping is a necessary evil because in the long run with complex data you'll suffer for your sin of skipping normalization.