TABLESPACE Object Design¶
Rule 2.8 Avoiding Tablespace Customization¶
Note
Impact of rule violation:
In a distributed scenario, using a custom tablespace to create a table can result in the table data not being stored in a distributed manner by DN, leading to storage skew.
Solution:
Use the built-in default tablespace when creating a table object.