Primary Key and Secondary Key Indexes

Nasza ocena:

5
Wyświetleń: 413
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Primary Key and Secondary Key Indexes - strona 1

Fragment notatki:

Primary Key and Secondary Key Indexes
Historically, the MySQL server and InnoDB have each kept their own metadata about table and
index structures. The MySQL server stores this information in .frm files that are not protected by a
transactional mechanism, while InnoDB has its own data dictionary as part of the system tablespace. If
a DDL operation was interrupted by a crash or other unexpected event partway through, the metadata
could be left inconsistent between these two locations, causing problems such as startup errors or
inability to access the table that was being altered. Now that InnoDB is the default storage engine,
addressing such issues is a high priority. These enhancements to DDL operations reduce the window
of opportunity for such issues to occur.
... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz