hanahmily opened a new pull request #45:
URL: https://github.com/apache/skywalking-banyandb/pull/45


   The changes intend to improve the index subsystem by 
   
    * Introduce the series index to improve the space utilization
    * Keep the block attached index to solve the high cardinality of the entity.
   
   At the same time, some notions and modules are introduced to replace the old 
ones:
   
    * `trace`(`log`) + `storage` -> `stream` + `tsdb`
    * Move index into `pkg`.
    * Update API to `v2`
   
   @lujiajing1126 Please using the new modules and APIs to refactor the query 
module.
   
   Once the transferring is done, we will remove old modules that are `trace`, 
`storage`, and `index`.
   


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