‎2010 Jan 20 3:17 PM
Hi gurus,
Is it possible to assign indexes to views ? If yes, how ? I can create indexes for views through database management software, but in SAP, in SE11 i found nothing for this.
Thx,
‎2010 Jan 20 3:25 PM
No. No tunnel to go through and work.
Edited by: Kumar Manas Mishra on Jan 20, 2010 4:26 PM
‎2010 Jan 20 3:32 PM
An index cannot be defined on a view. Because view is
virtual table, which consists of a subset of columns from
one more tables.
The Restrictions imposed on views are as follows:
<< Cut and paste without attribution from http://www.allinterview.com/showanswers/10530.html removed >>
Thanks
Rahul
Edited by: Rob Burbank on Jan 20, 2010 10:42 AM
‎2010 Jan 20 4:42 PM
So if i can not create index on views, how can i get performance from big tables ? It is not reasonable to use view instead of table. I can use indexes and get more performance instead of view using same table.
‎2010 Jan 20 4:46 PM
Using existing indexes effectively will give better performance than trying to use views.
Rob
‎2010 Jan 22 6:05 AM