I need to store the tree in the database, so that the operations of reading its branches, along with all the branches nested in it, would be performed as quickly as possible, and the execution time of the remaining operations: insert, delete, etc. not fundamentally; most importantly, that they were, in principle, realizable. Tell me how it is better to implement?
I understand that in such a situation the best results can be achieved using Closure Table or nested sets , what do you think is better, or another?
MySQL database, but it is desirable to use only standard SQL syntax, without frills, not supported, in other databases.