#mysql8 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mysql8, aggregated by home.social.
-
Still using MyISAM ? It is time to switch to InnoDB !
InnoDB has been the default storage engine for MySQL since version 5.5 (July 2010!).If you are still using MyISAM as the storage engine for your tables, it might be time to consider migrating to InnoDB. InnoDB offers several advantages over MyISAM:
MVCC,
support for ACID transactions,
row-lev
https://lefred.be/content/still-using-myisam-it-is-time-to-switch-to-innodb/
#8.0 #General #InnoDB #MyISAM #MySQL #MySQL8.0 #rss -
Sysbench 1.1.0 for Oracle Linux 9
Recently Jack asked me for a Sysbench package for OL9.In this post, you can find the RPM packages of Sysbench 1.1.0 build for Oracle Linux 9, RedHat Enterprise 9 and any RPM compatible system.
Sysbench's binary is linked with libmysqlclient.so.21 and libssl.so.3.
Here are the two files, one for x86_64 and one for aarch64 (ARM):
sysbench-1.1.0-2
https://lefred.be/content/sysbench-1-1-0-for-oracle-linux-9/
#8.0 #MySQL #MySQL8.0 #rpm #sysbench