record partitioning
常見例句
- For each newly inserted record, the partitioning key determines on which database partition this record should be stored.
對於每個新插入的記錄,分區(qū)鍵會決定這個記錄應(yīng)該存儲在哪個數(shù)據(jù)庫分區(qū)。 - Otherwise, an attempt to insert a record with a NULL value for the partitioning key will result in a "data out of bounds" error.
否則,在插入分區(qū)鍵列爲(wèi) NULL 值的記錄時,會産生 “data out of bounds” 錯誤。 返回 record partitioning