I am executing multiple complex select queries on direct tables as of now data is very less so everything is fine but later in future once data gets increased it will impact database and SQL cost too.
Looking for an alternate instead of hitting original tables. Need solution for execute select statement without hitting original table.