Limitations for updating statistics on proxy tables and views

If you create indexes on proxy tables, you may experience performance degradation; you cannot run create index, because Adaptive Server cannot propogate the command to the remote view. However, if you map the proxy table to a user table, Adaptive Server can optimize the query plan by creating indexes on the proxy tables’ join column.

If the number of rows returned by the view varies drastically from one execution to another, performance degrades when you gather statistics on proxy tables.

If you are using proxy tables or views, Sybase makes these recommendations: