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 2020/03/30 02:47:23 UTC

[GitHub] [skywalking] wu-sheng commented on issue #4587: OAP Core polish, especially storage level

wu-sheng commented on issue #4587: OAP Core polish, especially storage level
URL: https://github.com/apache/skywalking/pull/4587#issuecomment-605753899
 
 
   Another update, if you has read my previous #4570, you may have noticed there is duplicated record in the endpoint_traffic index. In this PR, I also update the id()/hashcode()/equal() logic for it, therefore, every endpoint has an unique record, once it was deleted by TTL, it will regenerate when new request of this endpoint comes.
   
   Notice the **_id**, no time bucket included anymore. Time bucket is only for time-related insert and TTL mechanism.
   
   ![image](https://user-images.githubusercontent.com/5441976/77870321-a7c91480-7273-11ea-85c8-8002c030306e.png)
   
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services