lihh1992

Results 4 comments of lihh1992

@reltuk After the issue occurred, I rebuilt the database using backup data. The reconstructed database size was less than 100 MB, but now the disk usage of the database file...

The following is the command execution process and its results: ``` root@dolt-0:/var/lib/dolt# cd /db/dolt root@dolt-0:/db/dolt# du -h -d 1 1.1M ./insight_system 372M ./insight_jobadmin 5.1G ./insight_metabase 15G ./.dolt 14G ./.dolt_dropped_databases 34G...

My dolt has 4 databases, as follows: ``` root@dolt-0:/db/dolt# du -h -d 1 137M ./insight_metabase 1.1M ./insight_system 21M ./insight_jobadmin 3.2G ./insight_datawarehouse 5.5G ./.dolt 8.7G . ``` When I cleaned up...

It's very strange. After I took dolt-1 offline, the primary status is as follows: ``` insight_datawarehouse/main*> select * from dolt_cluster.dolt_cluster_status \G; *************************** 1. row *************************** database: insight_datawarehouse standby_remote: standby role:...