Add AliSQL feature analysis HTML report - #1
Draft
XIDIANcoding wants to merge 6 commits into
Draft
Conversation
Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Insert structured tables for all five AliSQL features covering enablement, usage patterns, expected effects, official benchmark data, scenarios, and caveats. Sources include AliSQL wiki and AliSQL RDS documentation. Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Move DuckDB and VIDX feature overview tables out of pre/code blocks where they were breaking layout. Add table-scroll wrappers and CSS to prevent grid clipping and improve table readability. Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
Wrap DuckDB and VIDX overview blocks in isolated perf-section containers, use fixed table layout with explicit column widths, contain diagram and feature-visual overflow, and separate glued h3/feature-visual markup. Co-authored-by: wangyangyang <XIDIANcoding@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复:1.2 / 2.2 章节遮挡
针对 DuckDB(1.2)与 VIDX(2.2)仍有遮挡的问题,进一步做了以下调整:
.perf-section中,使用flow-root+ 不透明背景 + 更高z-index,与后续特性图/架构图隔离table-layout: fixed+ 明确三列宽度,避免「维度」列与内容列文字挤压重叠<code>强制word-break: break-all,防止长参数名撑破单元格.feature-visual与.diagram改为overflow: auto+clear: both,防止后续 SVG 向上覆盖表格</h3><div class="feature-visual">拆为独立块级元素,修正 1.3 / 2.3 等标题与图的贴合问题