As far as you make a search with `ivy.repo.search(...)` you will end up an in an Elasticsearch query. If you load your business data by *id* **id** with `ivy.repo.find(...)` there will be no Elasticsearch query. It is not possible to load a list of BusinessData directly from SystemDb.
At the end of the day, you should not care about our internals.