Files
doc-exports/docs/dws/dev/dws_04_0114.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

1.8 KiB

VIEW Object Design

Suggestion 2.16: Limiting View Nesting to Three Layers

Impact of rule violation:

  • Too many nested views can lead to unstable execution plans and unpredictable time consumption.
  • The risk of rebuilding objects on which views depend is high and the probability of lock conflicts increases.

Solution:

  • Create views based on physical tables.