Save trees in a relational Database
2021-03-20
Store trees in a relational database efficiently If you have some kind of tree in your application you should store it in a database specialized in graphs and trees, right? It depends. What if it is only a small tree and it is your only tree and you just don’t want to manage a graph database just for this single graph which barely changes? Or what if you are just too lazy?…