ウィキペディア英語版

出典:Wikipedia

MySQL Archive

出典:『Wikipedia』 (2011/06/10 05:47 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

MySQL Archive is a storage engine for the MySQL relational database management system. Users can use this analytic storage engine to create a table that isarchive” only. Data cannot be deleted from this table, only added. The Archive engine uses a compression strategy based on the zlib library and it packs the rows using a bit header to represent nulls and removes all whitespace for character type fields. When completed, the row is inserted into the compression buffer and flushed to disk by an explicit flush table, a read, or the closing of the table.

調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

MySQL Archiveのページの著作権