record partitioning
常見例句
- For each newly inserted record, the partitioning key determines on which database partition this record should be stored.
對(duì)於每個(gè)新插入的記錄,分區(qū)鍵會(huì)決定這個(gè)記錄應(yīng)該存儲(chǔ)在哪個(gè)數(shù)據(jù)庫(kù)分區(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 值的記錄時(shí),會(huì)産生 “data out of bounds” 錯(cuò)誤。 返回 record partitioning