Forum Discussion
Anonymous
9 years agoNot applicable
Does extraction of data from a Oracle Database cause performance issue?
Hi Team, I would like to know if extracting data from an Oracle database would performance issue or a traffic for a scheduled refresh from Oracle Database? Kind regards, Anand
Greg_Deckler
9 years agoCommunity Champion
Tough to say definitely. Will it put load in terms of reads on an Oracle database? Yes. Would it be a performance issue...maybe? Would be basically the same load if you created a query that grabbed the data from a particular view or table. Should always use views generally.