Meziu · @meziu
0 followers · 9 posts · Server mastodon.uno

Trying to import an old InnoDB database to see if it still holds some old data. All effort was to no avail.

#innodb #database #mysql

Last updated 1 year ago

Anubhav · @anubhav
9 followers · 319 posts · Server hachyderm.io

backup:
During backing up of databases daily, via "" and/or "" (need to see what recording the process overs ~10 days brought), INSERT queries are delayed due to table locks. That causes a swell in number of open connections, from ~5 to ~70.

One way to avoid locks with "mysqldump", is to divide backing up in 2 main steps:
- when all the tables have engine, dump that database via "--single-transaction" option;
- rest with normal table locks.
1/2 ...

#mariadb #mysqldump #mariabackup #innodb

Last updated 2 years ago

lefred · @lefred
50 followers · 156 posts · Server fosstodon.org

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
lefred.be/content/still-using-
#8.0 .0

#general #innodb #MyISAM #mysql #Mysql8 #rss

Last updated 2 years ago

· @alejandro_du
23 followers · 31 posts · Server mastodon.online

🤩 is truly amazing:
Transactional workloads 👉
Analytical workloads 👉
Read-heavy workloads 👉
Write-heavy 👉
Sharding 👉
Scale both reads and writes 👉
Use NoSQL queries or export data to Kafka 👉

#maxscale #xpand #spider #myrocks #aria #columnstore #innodb #MariaDB

Last updated 2 years ago

Manjot Singh · @manjot
15 followers · 33 posts · Server fosstodon.org

Did you know is 90% compatible with ?

I explain how to use ColumnStore for quick and fast analytics.

📺: bit.ly/3FyfXZ9

#mariadb #columnstore #innodb

Last updated 2 years ago

@lars support.plesk.com/hc/en-us/art.

Ist zwar für was anderes beschrieben, aber vom Grundprinzip her: database in recovery Modus hauen. ziehen. Datenbank löschen und neu anlegen. Danach Backup rückspielen.

#recovery #innodb #mysql #backup

Last updated 3 years ago

El Blog de Lázaro · @elblogdelazaro
282 followers · 2570 posts · Server mastodon.social
El Blog de Lázaro · @elblogdelazaro
282 followers · 2570 posts · Server mastodon.social
hellosct1@mamot.fr · @hellosct1
151 followers · 1091 posts · Server mamot.fr

RT @freshdaz@twitter.com

Cluster - HowTo #1 - Monitor your cluster
Q: How do I monitor the status & the configuration of my cluster?
A: ...
dasini.net/blog/2019/04/11/mys

🐦🔗: twitter.com/freshdaz/status/11

#mysql #innodb

Last updated 6 years ago

☆joene☆ · @joenepraat
1283 followers · 19563 posts · Server todon.nl

What's the best MySQL/MariaDB performance tuner?

Will be used on Debian, with MariaDB plus InnoDB.

#debian #innodb #mariadb #mysql

Last updated 7 years ago