https://virtual-dba.com/blog/error-usr-sbin-mysqld-the-table-tmp-ramdisk-sql-is-full/
#mysql
Reason why a test migration (that took 5-6h with troubleshooting) is needed is because the production one then is done in 15 min.
PROD Mattermost now on Postgres as well.
#ChatGPT5 agrees as well :P
#mysql #postgres #database #mattermost #docker #chat #selfhosting #selfhosted
@MartinEscardo This is true. I'm suggesting that this is not just a computer engineering thing. I'm saying that at base, nature itself is non-binary, and we are non-binary, and we abstract things we don't understand into black and white distinctions to make them easier to understand. It's fast and efficient to ignore certain problems. There are still problems with binary logic.
Did you know that SQL is one of the few computer languages to use 3-valued logic? Databases are highly exposed to the problems of inconsistent or missing information. But we can use binary logic to simulate 3-valued logic (MySQL uses the paraconsistent logic LP by Graham Priest, but you can use that to create a fully relevant implication as in RM3, it's just a longer expression)
How to Install #MySQL 8 on #VPS Server
This article provides a guide for how to install #MySQL 8 on VPS server.
Database Management Systems (DBMSs) are applications designed to store and organize data in an organized fashion, usually as part of an e-commerce or data warehousing application. One such DBMS is MySQL, an open-source and highly scalable free DBMS that's free and open source; we will cover how to install MySQL 8 onto a VPS server so you ...
Continued 👉 https://blog.radwebhosting.com/how-to-install-mysql-8-on-vps-server/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host
#Postgres DBAs: cold page reads eating up query execution time on full table scans?
Some config params that help reduce I/O latency by 40%:
effective_io_concurrency = 200 (SSDs)
random_page_cost = 1.1
max_parallel_workers = 8
These changes (and others!) resulted in a 30% improvement in checksum time. Explore our latest blog for before/after EXPLAIN ANALYZE output + explanations behind each param at the DB and OS level.
https://www.pgedge.com/blog/optimising-cold-page-reads-in-postgresql
Amazon Aurora(MySQL)からTiDB Cloud Dedicatedへデータを移行してみた
https://dev.classmethod.jp/articles/aurora-mysql-tidbcloud-dedicated-migration/
#dev_classmethod #TiDB_Cloud #TiDB #Amazon_Aurora #MySQL #Amazon_S3