thomasmueller commented on PR #1247:
URL: https://github.com/apache/jackrabbit-oak/pull/1247#issuecomment-1867550415

   > it is easier to read if the tree is shown in order of bigger children.
   
   Interesting idea! I tried that for the NodeCount, and now I'm not sure if 
it's really better. In a way, it looks confusing, because it's not sorted 
alphabetically:
   
   ```
   /: 24
   /content: 17
   /content/dam: 17
   /content/dam/braba: 10
   /etc: 4
   /etc/commerce: 4
   /content/dam/acme: 3
   /content/dam/braba/part-002: 2
   /content/dam/braba/part-001: 2
   /var: 2
   /etc/commerce/products: 2
   /etc/commerce/products/acme: 2
   /content/dam/braba/part-004: 1
   /var/audit: 1
   /var/audit/com.day.cq.replication: 1
   /content/dam/naru: 1
   /var/audit/com.day.cq.replication/content: 1
   /var/audit/com.day.cq.replication/content/dam: 1
   /var/audit/com.day.cq.replication/content/dam/acme: 1
   /content/dam/sesame: 1
   /content/dam/braba/part-001/department-C: 1
   /content/dam/braba/studios: 1
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to