Have any storage engines been removed in MySQL 8.0?
The PARTITION storage engine plugin which
provided partitioning support is replaced by a native
partitioning handler. As part of this change, the server can no
longer be built using
-DWITH_PARTITION_STORAGE_ENGINE.
partition is also no longer displayed in the
output of SHOW PLUGINS, or shown
in the INFORMATION_SCHEMA.PLUGINS
table.
In order to support partitioning of a given table, the storage
engine used for the table must now provide its own
(“native”) partitioning handler.
InnoDB is the only storage engine
supported in MySQL 8.0 that includes a native partitioning
handler. An attempt to create partitioned tables in MySQL 8.0
using any other storage engine fails. (The
NDB storage engine used by MySQL
Cluster also provides its own partitioning handler, but is
currently not supported by MySQL 8.0.)
A.2.4.
Can I prevent the use of a particular storage engine?
Yes. The
disabled_storage_engines
configuration option defines which storage engines cannot be
used to create tables or tablespaces. By default,
disabled_storage_engines is
empty (no engines disabled), but it can be set to a
comma-separated list of one or more engines.
A.2.5.
Is there an advantage to using the InnoDB
storage engine exclusively, as opposed to a combination of
InnoDB and non-InnoDB
storage engines?
Yes. Using InnoDB tables exclusively can
simplify backup and recovery operations. MySQL Enterprise Backup
does a hot backup of all
tables that use the InnoDB storage engine.
For tables using MyISAM or other
non-InnoDB storage engines, it does a
“warm” backup, where the database continues to run,
but those tables cannot be modified while being backed up. See
Section 30.2, “MySQL Enterprise Backup Overview”.
A.2.6.
What are the unique benefits of the ARCHIVE
storage engine?
The ARCHIVE storage engine stores large
amounts of data without indexes; it has a small footprint, and
performs selects using table scans. See
Section 16.5, “The ARCHIVE Storage Engine”, for details.
Taalinstellingen van de site
Als u liever doorgaat op de Nederlandse versie van de site, klik dan op "Annuleren". Als je annuleert, zal dit bericht niet meer verschijnen tijdens de sessie.
You are on the Dutch version of the site, but your system indicates that you prefer to use the English language. The entire site is not translated yet, but the menus and buttons on the interface are largely translated.
Sie befinden sich in der Holländisch Version der Website, Ihr System gibt jedoch an, dass Sie die deutsche Sprache bevorzugen. Die gesamte Site ist noch nicht übersetzt, aber die Menüs und Schaltflächen auf der Benutzeroberfläche sind weitgehend übersetzt.
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.
Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-faqs-storage-engines.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina. De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.