Hey all,

This really applies to all web languages and databases:

Is it possible to display a set number of threads and their replies in a tree-view like style, without making a separate database query for each tree level of each thread (this would retrieve the messages whose parent id match the current id for each level of each thread). Or is this a situation where i can say goodbye to efficency

Thanks