Sharing database connections across teams

Davis, Akshay
Davis, Akshay Experian Super Contributor
edited December 2023 in General

What's the recommended approach to sharing tables/views and connections to databases across a wider team? Should we create new connections per user, share tables with specific users or create credentials for other users on the same connection?

I'm interested in the security aspect but also the performance impact of each of these.

Best Answer

Answers

  • Davis, Akshay
    Davis, Akshay Experian Super Contributor

    Thanks @Clinton Jones to be clear, my question was really only referring to database connections and the performance impact of having users creating separate connections to the same database vs. having credentials added to one connection.

    Is there any difference in performance or resource utilisation?