nativ query (java) vs view in DB - performance

28 views Asked by At

i'm using some native query (in java hibernate) which selects data from some tables.

my idea is to use views (MS SQL) instead of native query.

Can someone explain to me which is more performant ... are there any big differents?

thanks & best regards

0

There are 0 answers