0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

MySQL 8系でtext型で一時テーブル使ってもちょっと安心

0
Posted at

TEXT型に代表されるバイナリ・ラージ・オブジェクトは一時テーブルを使うような処理でメモリではなくディスクを使ってしまうことで有名でした。

8.0.12から一時テーブルで使うTempTableストレージエンジンがバイナリ・ラージ・オブジェクトに対応しており、メモリに収めることが可能になりました。

といっても通常のvarcharと比べて一時テーブル上のメモリ利用量やパフォーマンス面で同等かは不明です。

Aurora MySQL v3はMySQL 8.0.23以上相当なので対応済みです。

参考資料

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?