Home » MYSQL » Indexes » Question
  1. How many of the following shared tablespaces is bound by the OS file size limit?
    MyISAM, InnoDB, TRANSACTION
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: C

In MySQL, all the MyISAM tables shared tablespace files size if bound by the operating system file size limits. For InnoDB tables shared tablespaces, it is not bound by this factor.



Your comments will be displayed only after manual approval.