postlevel
Postlevel is a term used in information systems to denote the depth or nesting level of a post within a hierarchical discussion thread or document tree. It is typically represented as a non-negative integer, with the root post having a postlevel of 0 and each successive reply increasing the level by one. In many applications, postlevel is stored as metadata on a post or derived from its position in the thread.
Postlevel is used to support rendering, navigation, and moderation in threaded conversations. By indicating how deeply
Calculation and storage methods vary. In persistent storage, postlevel may be stored directly with each post
Edge cases include multiple root posts within a single discussion or threads that are merged or moved.
See also: depth, hierarchical data, thread, indentation, tree structure.