klesh commented on code in PR #469:
URL: 
https://github.com/apache/incubator-devlake-website/pull/469#discussion_r1155681642


##########
docs/Troubleshooting/MySqlSizeIssue.md:
##########
@@ -0,0 +1,91 @@
+---
+title: "Maintenance Troubleshooting"
+sidebar_position: 4
+description: >
+  Maintenance Troubleshooting
+---
+
+## How to manage the quickly increasing MySQL disk consumption?
+
+DevLake is designed to collect data by first deleting the existing data and
+then inserting new data. While this approach ensures that the latest data is
+always available, it leads to a rapid increase in MySQL disk consumption.
+This growth is primarily caused by the large size of the binary logs generated
+after each data collection cycle.
+
+### Why dose DevLake choose to delete the existing data and then insert new 
data?
+
+Because we want to ensure that the latest data is 
+always available. If we don't delete the existing data, some old data which 
has been deleted 

Review Comment:
   should "available" be reworded with "accurate"



##########
docs/Troubleshooting/MySqlSizeIssue.md:
##########
@@ -0,0 +1,91 @@
+---
+title: "Maintenance Troubleshooting"
+sidebar_position: 4
+description: >
+  Maintenance Troubleshooting
+---
+
+## How to manage the quickly increasing MySQL disk consumption?
+
+DevLake is designed to collect data by first deleting the existing data and
+then inserting new data. While this approach ensures that the latest data is
+always available, it leads to a rapid increase in MySQL disk consumption.
+This growth is primarily caused by the large size of the binary logs generated
+after each data collection cycle.
+
+### Why dose DevLake choose to delete the existing data and then insert new 
data?
+
+Because we want to ensure that the latest data is 
+always available. If we don't delete the existing data, some old data which 
has been deleted 
+from the source system will still be available in the DevLake database.

Review Comment:
   I think "source system" should be replaced with "previous step/subtask" sth 
like that.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to