LiHongjian

Results 17 comments of LiHongjian

## Current industry status |Database types that support column storage|Whether delete is supported|remarks| |---|---|---| |MariaDB ColumnStore|Yes|| |SQL Server|Yes|| |Oracle In-Memory Column Store|Yes|| |MySQL HeatWave|No|It is mainly used as an auxiliary...

## Summary of delete schemes for column storage |Database types that support column storage|Underlying storage structure|Delete policy| |---|---|---| |MariaDB ColumnStore|Fixed size data block + Metadata|Mark delete| |SQL Server|Column storage index...

## Implementation flowchart of delete function of Tianmu engine

If the key is empty, it means there is no index. It is normal There is a join buffer behind it, which indicates that it is a nested loop

>We now support single table truncate operation, so the scenario of single table delete all can reuse truncate operation

Can this modification be verified by MTR with manually generated data? This also ensures that the correctness of the next modification can be verified.

>I don't think it is necessary to be compatible with the data of the old version for the following reasons: Compatibility with the data of the old version requires the...

## Upgrade scheme of mainstream database ### MySQL |Upgrade method|Applicable scenarios|Time required| |:---:|:---:|:---:| |Logical backup and restore (mysqldump)| When the data volume is small, this method usually does not failIt...