exam questions

Exam 1z0-908 All Questions

View all questions & answers for the 1z0-908 exam

Exam 1z0-908 topic 1 question 27 discussion

Actual exam question from Oracle's 1z0-908
Question #: 27
Topic #: 1
[All 1z0-908 Questions]

You made some table definition changes to a schema in your MySQL Server.
Which two statements reflect how MySQL Server handles the table definition changes? (Choose two.)

  • A. MySQL writes SDI to the binary log for distributed backups.
  • B. MySQL keeps InnoDB metadata changes in .sdi files in datadir.
  • C. The metadata is serialized in JSON format in Serialized Dictionary Information (SDI).
  • D. MySQL Server stores a copy of the serialized data in the InnoDB user tablespace.
  • E. MySQL implicitly executes FLUSH TABLES and stores a snapshot backup of the metadata.
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
FelipeK
2 months, 4 weeks ago
Selected Answer: CD
C. The metadata is serialized in JSON format in Serialized Dictionary Information (SDI): When you make changes to the table schema (e.g., adding or modifying columns), MySQL serializes the metadata changes into a JSON format known as Serialized Dictionary Information (SDI). This information is stored in-memory and in the binary log for replication purposes. D. MySQL Server stores a copy of the serialized data in the InnoDB user tablespace: InnoDB tables store the serialized SDI in the InnoDB system tablespace (not in the user tablespace). This allows MySQL to recover the table structure even after a server restart. https://dev.mysql.com/doc/refman/8.0/en/serialized-dictionary-information.html
upvoted 3 times
...
marklv
3 months ago
For DDL changes. a serialized copy is kept in SDI in json format, a copy is stored in tablespace for innodb tables
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago