wu-sheng commented on pull request #8705:
URL: https://github.com/apache/skywalking/pull/8705#issuecomment-1072424219


   @hanahmily @lujiajing1126 After confirmation that multiple columns should be 
supported, I changed `shardingKey` to `shardingKeyIdx`, which makes more sense 
as from both data insert/update or database sharding perspective, the sequence 
matters much. In the core level, I also added a checker to make sure the index 
is from zero and continuous.
   
   Also, I added multiple-key sharding for trace(native and zipkin) and 
log(browser and general), using service ID, instance ID, and status.
   
   FYI @mrproliu in the ebpf profiling, as the profiling record could be huge, 
please consider at least service ID as sharding key.


-- 
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