Deleting a Secondary Index Tạo một Secondary Index
Creating a Secondary Index Tạo một Secondary Index
Creating a Secondary Index Tạo một Secondary Index
After the key win, Germany had the same 12 points as Northern Ireland but ranked above thanks to the better secondary index. Sau trận thắng then chốt, Đức có cùng 12 điểm với Bắc Ireland nhưng xếp trên nhờ chỉ số phụ tốt hơn.
For brevity, we omit the primary key index and show only the secondary indexes here, which look like this: Để đảm bảo ngắn gọn, chúng ta sẽ loại bỏ primary key index và chỉ hiển thị secondary index ở đây, như sau:
Instead of holding a pointer to the on-disk row location (like the ctid does in Postgres), InnoDB secondary index records hold a pointer to the primary key value. Thay vì giữ pointer đến vị trí hàng on-disk (như ctid trong Postgres), InnoDB secondary index records sẽ giữ pointer đến primary key value.
Instead of holding a pointer to the on-disk row location (like the ctid does in Postgres), InnoDB secondary index records hold a pointer to the primary key value. Thay vì giữ pointer đến vị trí hàng on-disk (như ctid trong Postgres), InnoDB secondary index records sẽ giữ pointer đến primary key value.
MySQL uses an extra layer of indirection: secondary index records point to primary index records, and the primary index itself holds the on-disk row locations. MySQL sử dụng một lớp vô hướng gia cố: secondary index records chỉ đến primary index records, và bản thân primary index nắm giữ vị trí hàng on-disk.
MySQL uses an extra layer of indirection: secondary index records point to primary index records, and the primary index itself holds the on-disk row locations. MySQL sử dụng một lớp vô hướng gia cố: secondary index records chỉ đến primary index records, và bản thân primary index nắm giữ vị trí hàng on-disk.
As you can see, in both of these cases the ctid field in the respective secondary index is not increasing lexicographically, unlike in the case of an auto-incrementing primary key. Như bạn thấy, trong cả hai trường hợp, trường ctid ở secondary index tương ứng không tăng theo thứ tự Alphabet, khác với trường hợp tự gia tăng ở primary key.