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/02/19 01:20:20 UTC

[GitHub] [skywalking] dmsolr commented on issue #4131: ShardingSphere storage configuration, e2e test and doc for SkyWalking 7

dmsolr commented on issue #4131: ShardingSphere storage configuration, e2e test and doc for SkyWalking 7
URL: https://github.com/apache/skywalking/issues/4131#issuecomment-587986612
 
 
   We have 4 kinds of data(table). They are `record`, `metadata`(inventory + lock), `metrics` and `none stream`. `none stream` is also `record`(currently).
   
   As we know, metadata is not very large in usually. As @wu-sheng said, they don't need to split sharding. The others need to have sharding.
   
   Besides this, most of tables are `metrics`. And they have several kinds of downsampling(month, day, hour, minute and second). By default, the unit is second, so it does not have a time unit as the suffix.

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