24 Kasım 2021 Çarşamba

Vitess SHOW - Tabletleri Gösterir

Örnek
Şöyle yaparız
mysql> SHOW vitess_tablets;
 
+-------+----------------+-------+------------+---------+------------------+------------+----------------------+
 
| Cell  | Keyspace       | Shard | TabletType | State   | Alias            | Hostname   | MasterTermStartTime  |
 
+-------+----------------+-------+------------+---------+------------------+------------+----------------------+
 
| zone1 | clustercontrol | 0     | REPLICA    | SERVING | zone1-0000000401 | vagrant.vm |                      |
 
| zone1 | clustercontrol | 0     | REPLICA    | SERVING | zone1-0000000402 | vagrant.vm |                      |
 
| zone1 | commerce       | 0     | MASTER     | SERVING | zone1-0000000100 | vagrant.vm | 2021-07-08T13:12:21Z |
 
| zone1 | commerce       | 0     | REPLICA    | SERVING | zone1-0000000101 | vagrant.vm |                      |
 
| zone1 | commerce       | 0     | RDONLY     | SERVING | zone1-0000000102 | vagrant.vm |                      |
 
+-------+----------------+-------+------------+---------+------------------+------------+----------------------+
 
5 rows in set (0.00 sec)

Hiç yorum yok:

Yorum Gönder

Soft Delete

Giriş Açıklaması  şöyle When using the soft delete mechanism on the database, you might run into a situation where a record with a unique co...