Thanks, I already read that, I’m looking for more practical cases.
For example in the article about a list of things:
The pro with this approach is that when you have a Post and want to look up which Tags it has, that’s easy! Let’s say you have a page with assigned data type of Post (each Post on its own page, for example) - to get the Tags would be Current Page's Tags . This is a quick query.
It’s true that it will work faster, for example, a list of tags will load faster on the page then Do a search for Post’s, but when you will want to create a filter for that list, in the case of “list of things” you will be forced to use “Filter by:” that will cause way larger time to update RG. (more than using “Do a search for” with conditionals.)