RTyy / aiocomments

Comments Service Based on aiohttp
0 stars 0 forks source link

Make or get library to handle with trees. #5

Open RTyy opened 7 years ago

RTyy commented 7 years ago

I will use NestedSets model since it provides the fastest way to get tree branches from the DB and not that expensive for creating operation (we don't need to move comments within the tree or even branches so we will definitely avoid the most expensive nested sets operations).

RTyy commented 7 years ago

4h