How many workloads do searches consume?

I am creating my first application with bubble, and it is a social network style,

so every time the user loads new content to view (meaning they swipe down), the user performs a search for content from the total, which is approximately 3000, and with several filters that the content must be on the list of topics that interest the user and more, of those randomly selects one that is then shown to the user,

so my question is what is the estimated workloads that each search that the user does will cost me? that is, each content that the user sees, thank you very much :folded_hands:

This is what you are looking for

A quick answer is

  • each search costs 0.3 WU
  • each returned item costs 0.015 WU
  • an additional cost for each returned item depends on the weight of the record. This is something you’ll have to analyze yourself because it depends on how you have defined the DB structure for the specific datatype.