Shannon-Data / ShannonBase

A MySQL HTAP Database, Open Source version of MySQL Heatwave, Powered by AI.
https://www.shannonbase.org
Other
16 stars 6 forks source link

feat(shannon): refactor rapid iii #244

Closed ShannonBase closed 2 months ago

ShannonBase commented 2 months ago

1: refactor rapid engine. In parse mtr log record stage, using a main thread to mointor the incomming mlog records, and if a new one comes, then launchs a worker thread to process it.

2: minor fix in load_table and unload_table.

3: change the result of 'index_statistics.result', the data can not be loaded into rapid in ShannonBase, but the old result shows that it still scan on rapid egine, it's not a right paln.

I hereby agree to the terms of the CLA available at: http://www.shannondata.ai/doc/cla/

Summary

Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.

Tests

Type of change