Cyanty commented on issue #3557:
URL: https://github.com/apache/hertzbeat/issues/3557#issuecomment-3061757045

   > > [@Cyanty](https://github.com/Cyanty) I agree optimize the insertion of 
each data source and batch insertion first,and abstract the code level later.
   > > 
   > > > Hi, thanks for sharing
   > > > Here's my thought: For each of database, whether it's an insert or 
batch insert, there may be some characteristic parameters, such as 
serialization methods, compression algorithms, and network transmission 
methods. These are probably not universal.
   > > > Extracting to the warehouse doesn't seem to yield much benefit; 
optimizing write performance by adjusting parameters on the client is likely to 
be more benefit.
   > > 
   > > Hi [MasamiYui](https://github.com/MasamiYui), thank you for your answer. 
This is where I get confused about whether the insert method in multiple data 
sources is compatible with single and multiple writes. I think we can optimize 
the insertion of each data source and batch insertion first, and then consider 
the feasibility of a unified configuration scheme.
   > 
   > @Cyanty I agree with your point,optimize the insertion of each data source 
and batch insertion first, and abstract the code level later.
   > 
   
   get


-- 
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: notifications-unsubscr...@hertzbeat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org
For additional commands, e-mail: notifications-h...@hertzbeat.apache.org

Reply via email to