I'm working on a project that has alot of hierarchy relational data stored in the database.
I have an situation somewhat equal to the one discribed below. My main concern for this application is the database (MySQL) performance. I've have found a possible solution by using nested set and nested intervals. However I think that those might not do the job. My database has an equal (read/store) ratio and I have read that the solutions mentioned can only be efficient when the database is seldom changing.
Does anyone have experience with this kind of problem and what should I do next?