You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/01/15 07:27:17 UTC

[GitHub] wu-sheng commented on issue #2161: how to erase oversize data in ES gracefully

wu-sheng commented on issue #2161: how to erase oversize data in ES gracefully
URL: https://github.com/apache/incubator-skywalking/issues/2161#issuecomment-454292386
 
 
   Deleting data in ElasticSearch is not very high performance. The suggestions are
   1. Set the ElasticSearch with more nodes.
   1. Set a very long TTL to make it disable, and write your own scripts/codes to implement TTL at night
   1. Similar with (2), contribute the codes to use, which support deleting data at several certain time points each day if you want to contribute to us.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services