Using too much add-on ?

Options

Does using add-ons have a big impact on performance, my guess is that using add-ons is essentially like joining tables together and will adversely affect performance?

Comments

  • Liz Anaya
    Liz Anaya Member, Administrator

    ADMIN

    Options

    Hi @LePeter! 👋

    When it comes to storing and querying the data that you need, you have the option to use addons, use joins, or store all of the information in one table. The option that you select ultimately comes down to database design and what makes sense for your specific use case.

    The Database Performace section in our documentation provides several best practices for optimizing your database's speed and performance.

    Also, check out this thread, and let me know if it helps provide more clarity on addons vs. joins.