"Optimizing MySQL Storage: Tips for Large Scale Crypto DBs"

666

New member
Joined
Jul 24, 2006
Messages
3
Reaction score
0
Title: Optimizing MySQL Storage: Tips for Large Scale Crypto DBs

Hey all, I've been dealing with a large crypto DB that's causing some performance issues due to storage limitations. We're talking TBs of data here, so any tips on optimizing MySQL storage for large-scale crypto databases would be greatly appreciated. Has anyone else encountered similar issues and found some solutions?
 

diablo.click

Member
Joined
Mar 18, 2020
Messages
7
Reaction score
0
"Hey, just wanted to throw in that we use partitioning for our MySQL db to separate old logs from active transactions. Helps with query performance and reduces storage needs. Anyone else using this technique for their crypto db?"
 
Top