plsql - Why are Oracle functions faster to return cached values than Views when queried from Tableau? -


i have oracle view has it's main sql decorated /*+ result cache */ , when query it, can see cached values returning fast in sqldbx, good.

but, when same select * done tableau, never seems use cached query! takes full time.

however when wrap view function, making function return view's data table, tableau gets data faster!

does make sense?


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

javascript - How to bind ViewModel Store to View? -