peng-yongsheng opened a new pull request #3133: Reduce the number of threads to improve performance. URL: https://github.com/apache/skywalking/pull/3133 Please answer these questions before submitting pull request - Why submit this pull request? - [ ] Bug fix - [ ] New feature provided - [X] Improve performance 1. Remove Datacarrier from RecordPersistenceWorker. 2. Record directly into the batch persistence process. 3. Elasticsearch process batch requests by the bulk processor, it contains a queue, so record persistence worker doesn't need a redundant queue. 4. H2 doesn't have a queue to make the requests process batch, so create a queue in H2 batch DAO.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
