Database

159 readers
1 users here now

founded 5 years ago
MODERATORS
1
2
 
 

What are your strategies when a MySQL/MariaDB database server grows to have too much traffic for a single host to handle, i.e. scaling CPU/RAM is not an option anymore? Do you deploy ProxySQL to start splitting the traffic according to some rule to two different hosts? What would the rule be, and how would you split the data? Has anyone migrated to TiDB? In that case, what was the strategy to detect if the SQL your app uses is fully compatible with TiDB?

3
 
 

The database changes from time to time in my project (still early) or i add more test datasets and when i want to switch from my laptop to my desktop i need to "duplicate" the database completely manually.
Is there some way to automatize the export/inport stuff or is it better to have it only on one PC and use the other more for convenience when i code?

I use XAMPP (MariaDB) on booth PCs (Win10).

4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
1
submitted 5 years ago* (last edited 5 years ago) by Trevis@lemmy.ml to c/database@lemmy.ml