record partitioning
常见例句
- For each newly inserted record, the partitioning key determines on which database partition this record should be stored.
对于每个新插入的记录,分区键会决定这个记录应该存储在哪个数据库分区。 - Otherwise, an attempt to insert a record with a NULL value for the partitioning key will result in a "data out of bounds" error.
否则,在插入分区键列为 NULL 值的记录时,会产生 “data out of bounds” 错误。 返回 record partitioning