SQLScholar
Programmer
Hey all,
I was having a conversation with a colleague who said he heard that accessing a table via view will increase performance as SQL holds the view in memory.
Now just to clarify - i am talking of a simple select * from table. No joins, no removed fields.
Is this correct? Does anyone have any information to prove/disprove?
I had never heard of this before, and thought it would be interesting to find out.
Many thanks
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
I was having a conversation with a colleague who said he heard that accessing a table via view will increase performance as SQL holds the view in memory.
Now just to clarify - i am talking of a simple select * from table. No joins, no removed fields.
Is this correct? Does anyone have any information to prove/disprove?
I had never heard of this before, and thought it would be interesting to find out.
Many thanks
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------